haikuwebkit/JSTests/microbenchmarks
Yusuke Suzuki bb751b0464 [JSC] Remove already-shipped JS feature flags
https://bugs.webkit.org/show_bug.cgi?id=229387

Reviewed by Ross Kirsling.

JSTests:

* microbenchmarks/class-fields-private/get-private-name.js:
* microbenchmarks/class-fields-private/monomorphic-get-private-field.js:
* microbenchmarks/class-fields-private/polymorphic-get-private-field.js:
* microbenchmarks/class-fields-private/polymorphic-put-private-field.js:
* microbenchmarks/class-fields-private/put-private-field.js:
* stress/class-fields-private-as-function.js:
* stress/class-fields-private-cached-bytecode.js:
* stress/class-fields-private-freeze-out-of-line.js:
* stress/class-fields-private-freeze.js:
* stress/class-fields-private-harmony.js:
* stress/class-fields-private-on-proxy.js:
* stress/class-fields-private-out-of-line.js:
* stress/class-fields-private-prevent-extensions-out-of-line.js:
* stress/class-fields-private-prevent-extensions.js:
* stress/class-fields-private-seal-out-of-line.js:
* stress/class-fields-private-seal.js:
* stress/class-fields-private-use-eval.js:
* stress/class-fields-static-harmony.js:
* stress/class-fields-static-private-harmony.js:
* stress/class-fields-stress-instance.js:
* stress/class-private-method-access.js:
* stress/dfg-get-private-name-by-id-generic.js:
* stress/dfg-get-private-name-by-id-osr-bad-identifier.js:
* stress/dfg-get-private-name-by-id.js:
* stress/dfg-get-private-name-by-offset-osr-bad-identifier.js:
* stress/dfg-get-private-name-by-offset-osr-bad-structure.js:
* stress/dfg-get-private-name-by-offset.js:
* stress/dfg-get-private-name-by-val-generic.js:
* stress/dfg-put-private-name-check-barrier-insertion.js:
* stress/dfg-put-private-name-compiled-as-put-by-id-direct.js:
* stress/dfg-put-private-name-compiled-as-put-private-name-by-id.js:
* stress/ftl-get-private-name-by-id.js:
* stress/ftl-get-private-name-by-offset-multi.js:
* stress/get-private-name-cache-failure.js:
* stress/get-private-name-with-constant-ident.js:
* stress/get-private-name-with-constant-symbol.js:
* stress/get-private-name-with-different-symbol.js:
* stress/get-private-name-with-primitive.js:
* stress/get-private-name.js:
* stress/optional-chaining-and-private-fields.js:
* stress/private-accesor-duplicate-name-early-errors.js:
* stress/private-accessor-static-non-static.js:
* stress/private-brand-installed-after-super-call-from-arrow-function.js:
* stress/private-brand-installed-after-super-call-from-eval.js:
* stress/private-getter-brand-check.js:
* stress/private-getter-inner-class.js:
* stress/private-in-error.js:
* stress/private-in.js:
* stress/private-members-get-and-set.js:
* stress/private-method-and-field-named-constructor.js:
* stress/private-method-brand-check.js:
* stress/private-method-change-attribute-from-branded-structure.js:
* stress/private-method-change-prototype-from-branded-structure.js:
* stress/private-method-check-private-brand-ic.js:
* stress/private-method-check-structure-miss.js:
* stress/private-method-comparison.js:
* stress/private-method-delete-property-from-branded-structure.js:
* stress/private-method-extends-brand-check.js:
* stress/private-method-get-and-call.js:
* stress/private-method-invalid-multiple-brand-installation.js:
* stress/private-method-invalidate-compiled-with-constant-symbol.js:
* stress/private-method-nested-class.js:
* stress/private-method-on-sealed-objects.js:
* stress/private-method-on-uncacheable-dictionary.js:
* stress/private-method-polymorphic-with-constant-symbol.js:
* stress/private-method-set-brand-should-have-write-barrier.js:
* stress/private-method-untyped-use.js:
* stress/private-method-with-uncacheable-dictionary-transition.js:
* stress/private-methods-and-accessors-postfix-node.js:
* stress/private-methods-and-accessors-prefix-node.js:
* stress/private-methods-inline-cache.js:
* stress/private-methods-megamorphic-ic.js:
* stress/private-methods-on-proxy.js:
* stress/private-methods-poly-ic-multiple-classes.js:
* stress/private-methods-poly-ic-single-class.js:
* stress/private-name-access-in-computed-property.js:
* stress/private-names-available-on-direct-eval.js:
* stress/private-names-available-on-eval-during-field-initialization.js:
* stress/private-setter-brand-check.js:
* stress/private-setter-inner-class.js:
* stress/put-by-val-direct-addprivate.js:
* stress/put-by-val-direct-putprivate.js:
* stress/put-private-name-by-id-set-do-not-add-structure-trasition.js:
* stress/put-private-name-check-structure-miss.js:
* stress/put-private-name-constant-folding-to-mult-put-by-offset.js:
* stress/put-private-name-constant-folding-to-put-by-offset.js:
* stress/put-private-name-generic.js:
* stress/put-private-name-invalid-define.js:
* stress/put-private-name-invalid-store.js:
* stress/put-private-name-invalidate-compiled-with-constant-symbol.js:
* stress/put-private-name-polymorphic-with-constant-symbol.js:
* stress/put-private-name-untyped-use.js:
* stress/put-private-name-with-constant-symbol.js:
* stress/put-private-name-with-different-identifier.js:
* stress/put-private-name-with-primitive.js:
* stress/static-private-methods-and-accessor-inner-class.js:
* stress/static-private-methods-and-accessor-multiple-evaluation.js:
* stress/static-private-methods-and-accessors-postfix-node.js:
* stress/static-private-methods-and-accessors-prefix-node.js:
* stress/v8-cleanup-from-different-realm.js:
* stress/v8-cleanup-proxy-from-different-realm.js:
* stress/v8-finalization-registry-basics.js:
* stress/v8-finalizationregistry-and-weakref.js:
* stress/v8-finalizationregistry-keeps-holdings-alive.js:
* stress/v8-finalizationregistry-scheduled-for-cleanup-multiple-times.js:
* stress/v8-multiple-dirty-finalization-registries.js:
* stress/v8-reentrant-gc-from-cleanup.js:
* stress/v8-stress-finalizationregistry-dirty-enqueue.js:
* stress/v8-undefined-holdings.js:
* stress/v8-unregister-after-cleanup.js:
* stress/v8-unregister-before-cleanup.js:
* stress/v8-unregister-called-twice.js:
* stress/v8-unregister-inside-cleanup2.js:
* stress/v8-unregister-inside-cleanup3.js:
* stress/v8-unregister-many.js:
* stress/v8-weak-unregistertoken.js:
* test262/config.yaml:

Source/JavaScriptCore:

These features are already shipped. So removing these runtime flags to clean up source code and
remove untested path.

* API/JSObjectRef.cpp:
(JSObjectMakeError):
* bytecompiler/BytecodeGenerator.cpp:
(JSC::BytecodeGenerator::BytecodeGenerator):
* bytecompiler/NodesCodegen.cpp:
(JSC::FunctionCallValueNode::emitBytecode):
* parser/Lexer.cpp:
(JSC::Lexer<T>::lexWithoutClearingLineTerminator):
* parser/Parser.cpp:
(JSC::Parser<LexerType>::parseInner):
(JSC::Parser<LexerType>::parseForStatement):
(JSC::Parser<LexerType>::parseClass):
(JSC::Parser<LexerType>::parseBinaryExpression):
(JSC::Parser<LexerType>::parseGetterSetter):
(JSC::Parser<LexerType>::parsePrimaryExpression):
(JSC::Parser<LexerType>::parseUnaryExpression):
* runtime/AggregateErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* runtime/ErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* runtime/JSGlobalObject.h:
* runtime/NativeErrorConstructor.cpp:
(JSC::NativeErrorConstructor<errorType>::constructImpl):
(JSC::NativeErrorConstructor<errorType>::callImpl):
* runtime/Options.cpp:
(JSC::Options::recomputeDependentOptions):
* runtime/OptionsList.h:
* wasm/js/WebAssemblyCompileErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* wasm/js/WebAssemblyLinkErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):
* wasm/js/WebAssemblyRuntimeErrorConstructor.cpp:
(JSC::JSC_DEFINE_HOST_FUNCTION):

Tools:

* Scripts/run-jsc-benchmarks:

LayoutTests:

* js/script-tests/weakref-async-is-collected.js:
* js/script-tests/weakref-eventually-collects-values.js:
* js/script-tests/weakref-finalizationregistry.js:
* js/script-tests/weakref-microtasks-dont-collect.js:
* js/script-tests/weakref-weakset-consistency.js:
* js/weakref-async-is-collected.html:
* js/weakref-eventually-collects-values.html:
* js/weakref-finalizationregistry.html:
* js/weakref-microtasks-dont-collect.html:
* js/weakref-weakset-consistency.html:
* webaudio/finished-audio-buffer-source-nodes-should-be-collectable.html:


Canonical link: https://commits.webkit.org/240816@main
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@281429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2021-08-23 01:06:11 +00:00
..
class-fields-private [JSC] Remove already-shipped JS feature flags 2021-08-23 01:06:11 +00:00
ArrayBuffer-DataView-alloc-large-long-lived.js
ArrayBuffer-DataView-alloc-long-lived.js
ArrayBuffer-Int8Array-alloc-large-long-lived.js
ArrayBuffer-Int8Array-alloc-long-lived-buffer.js
ArrayBuffer-Int8Array-alloc-long-lived.js
ArrayBuffer-Int8Array-alloc.js
ArrayBuffer-Int32Array-byteOffset.js
DataView-custom-properties.js
Float32Array-matrix-mult.js
Float32Array-to-Float64Array-set.js
Float64Array-alloc-long-lived.js
Float64Array-to-Int16Array-set.js
HashMap-put-get-iterate-keys.js
HashMap-put-get-iterate.js
HashMap-string-put-get-iterate.js
Int8Array-alloc-long-lived.js
Int8Array-load-with-byteLength.js
Int8Array-load.js
Int16Array-alloc-long-lived.js
Int16Array-bubble-sort-with-byteLength.js
Int16Array-bubble-sort.js
Int16Array-load-int-mul.js
Int16Array-to-Int32Array-set.js
Int32Array-Int8Array-view-alloc.js
Int32Array-alloc-large.js
Int32Array-alloc-long-lived.js
Int32Array-alloc.js
JSONP-negative-0.js
Number-isNaN.js
abc-forward-loop-equal.js
abc-postfix-backward-loop.js
abc-simple-backward-loop.js
abc-simple-forward-loop.js
abc-skippy-loop.js
abs-boolean.js
adapt-to-double-divide.js
add-tree.js
aliased-arguments-getbyval.js
allocate-big-object.js
apply-not-apply.js
arguments-named-and-reflective.js
arguments-out-of-bounds.js
arguments-strict-mode.js
arguments.js
arity-mismatch-inlining.js
array-access-polymorphic-structure.js
array-filter-boolean-constructor.js BooleanConstructor should be inlined in DFG / FTL 2021-03-06 14:42:37 +00:00
array-from-arraylike.js Move @isConstructor checks from fast paths of Array.from and Array.of 2020-05-13 07:08:13 +00:00
array-nonarray-polymorhpic-access.js
array-of.js Move @isConstructor checks from fast paths of Array.from and Array.of 2020-05-13 07:08:13 +00:00
array-prototype-every.js
array-prototype-forEach.js
array-prototype-indexOf-empty.js %TypedArray%.prototype.{indexOf,lastIndexOf} are not spec-perfect 2020-07-04 20:06:54 +00:00
array-prototype-join-uninitialized.js
array-prototype-map.js
array-prototype-reduce.js
array-prototype-reduceRight.js
array-prototype-some.js
array-prototype-sort-large-array-comparator.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-prototype-sort-large-array.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-prototype-sort-medium-array-comparator.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-prototype-sort-medium-array.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-prototype-sort-small-array-comparator.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-prototype-sort-small-array.js Update Array.prototype.sort to be consistent with tightened spec 2020-09-24 02:46:41 +00:00
array-push-0.js
array-push-1.js
array-push-2.js
array-redefine-index-and-reverse.js Expand JSObject::defineOwnIndexedProperty() fast path for existing properties 2020-06-16 01:23:44 +00:00
array-redefine-index.js Expand JSObject::defineOwnIndexedProperty() fast path for existing properties 2020-06-16 01:23:44 +00:00
array-shift-unshift-empty.js Merge putLength() into setLength() 2020-08-27 01:55:08 +00:00
array-splice-contiguous.js
array-with-double-add.js
array-with-double-increment.js
array-with-double-mul-add.js
array-with-double-sum.js
array-with-int32-add-sub.js
array-with-int32-or-double-sum.js
arrowfunciton-direct-arguments.js
arrowfunciton-reference-arguments.js
arrowfunction-call-in-class-constructor.js
arrowfunction-call-in-class-method.js
arrowfunction-call-in-function.js
arrowfunction-call.js
asmjs_bool_bug.js
assign-custom-setter-polymorphic.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
assign-custom-setter.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
basic-set.js
big-int-mul.js
bigswitch-indirect-symbol.js
bigswitch-indirect.js
bigswitch.js
bit-or-tree.js
bit-test-constant.js Fix tests that time out on Series 4 Watch 2020-06-08 20:43:55 +00:00
bit-test-load.js
bit-test-nonconstant.js Fix tests that time out on Series 4 Watch 2020-06-08 20:43:55 +00:00
bit-xor-tree.js
boolean-test.js
bound-function-call.js
bound-function-construction-performance.js
branch-fold.js
branch-on-string-as-boolean.js
bug-153431.js
build-large-object.js
by-val-generic.js
cache-get-variables-under-tdz-in-bytecode-generator.js
call-or-not-call.js
call-spread-apply.js
call-spread-call.js
call-using-spread.js
captured-assignments.js
cast-int-to-double.js
cell-argument.js
cfg-simplify.js
chain-getter-access.js
check-mul-constant.js
check-mul-no-constant.js
check-mul-power-of-two.js
class-derived-creation.js Implementation of the class "extends" clause incorrectly uses __proto__ for setting prototypes 2020-08-25 07:45:00 +00:00
cmpeq-obj-to-obj-other.js
concat-append-one.js
constant-fold-check-type-info-flags.js
constant-test.js
construct-poly-proto-object.js
contiguous-array-to-string.js
create-lots-of-functions.js
create-many-weak-map.js
cse-new-array-buffer.js
cse-new-array.js
custom-accessor-materialized.js
custom-accessor-thin-air.js
custom-accessor.js
custom-setter-getter-as-put-get-by-id.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
custom-value-2.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
custom-value.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
data-view-accesses-2.js
data-view-accesses.js
dataview-cse.js
date-to-locale-date-string.js [JSC] Cache UDateTimePatternGenerator 2020-09-16 04:23:41 +00:00
date-to-locale-string.js [JSC] Cache UDateTimePatternGenerator 2020-09-16 04:23:41 +00:00
date-to-locale-time-string.js [JSC] Cache UDateTimePatternGenerator 2020-09-16 04:23:41 +00:00
default-value-destructuring-array.js emitIsUndefined() should not special-case [[IsHTMLDDA]] objects 2020-07-17 11:55:52 +00:00
default-value-destructuring-object.js emitIsUndefined() should not special-case [[IsHTMLDDA]] objects 2020-07-17 11:55:52 +00:00
default-value-function-parameters.js emitIsUndefined() should not special-case [[IsHTMLDDA]] objects 2020-07-17 11:55:52 +00:00
delay-tear-off-arguments-strictmode.js
delete-cache-strict-mode.js
delete-property-allocation-sinking.js
delete-property-from-prototype-chain.js Make microbenchmarks/delete-property-from-prototype-chain not time out on debug builds 2021-06-17 22:12:53 +00:00
delete-property-inline-cache-polymorphic.js
delete-property-inline-cache.js
delete-property-keeps-cacheable-structure.js
delta-blue-try-catch.js
deltablue-for-of.js
deltablue-varargs.js Turn off data ICs by default 2021-07-01 06:07:33 +00:00
destructuring-arguments.js
destructuring-array-literal.js Remove ArrayNode::m_optional 2020-07-23 08:25:12 +00:00
destructuring-parameters-overridden-by-function.js
destructuring-swap.js
dfg-internal-function-call.js
dfg-internal-function-construct.js
dfg-internal-function-not-handled-call.js
dfg-internal-function-not-handled-construct.js
direct-arguments-getbyval.js
direct-arguments-length.js
direct-arguments-overridden-length.js
direct-arguments-possibly-overridden-length.js
direct-call-arity-mismatch.js
direct-call.js
direct-construct-arity-mismatch.js
direct-construct.js
direct-tail-call-arity-mismatch.js
direct-tail-call-inlined-caller-arity-mismatch.js
direct-tail-call-inlined-caller.js
direct-tail-call.js
div-boolean-double.js
div-boolean.js
dont-confuse-structures-from-different-executable-as-poly-proto.js
double-array-to-string.js
double-comparison-inline.js Add LLInt fast path for less, lesseq, greater and greatereq 2021-06-28 17:55:12 +00:00
double-get-by-val-out-of-bounds.js
double-pollution-getbyval.js
double-pollution-putbyoffset.js
double-real-use.js
double-to-int32-typed-array-no-inline.js
double-to-int32-typed-array.js
double-to-uint32-typed-array-no-inline.js
double-to-uint32-typed-array.js
elidable-new-object-dag.js
elidable-new-object-roflcopter.js
elidable-new-object-then-call.js
elidable-new-object-tree.js
empty-string-plus-int.js
emscripten-cube2hash.js
error-source-appender.js ErrorInstance::finishCreation() puts "message" twice, with different attributes 2020-07-09 08:23:36 +00:00
eval-cached.js
eval-code-ftl-reentry.js
eval-code-ftl.js
eval-compute.js
eval-not-eval-compute-args.js
eval-not-eval-compute.js
exit-length-on-plain-object.js
external-arguments-getbyval.js
external-arguments-putbyval.js
finalizationRegistryCleanup.js Add microbenchmark for FinalizationRegistry basic usage 2020-11-09 20:10:46 +00:00
finalizationRegistryCleanupWithUnregisterToken.js Add microbenchmark for FinalizationRegistry basic usage 2020-11-09 20:10:46 +00:00
fixed-typed-array-storage-var-index.js
fixed-typed-array-storage.js
flight-todomvc-json.js [JSC] Optimize JSON.parse with small content by dropping single character Identifier pool 2021-06-16 04:55:24 +00:00
fold-double-to-int.js
fold-get-by-id-to-multi-get-by-offset-rare-int.js
fold-get-by-id-to-multi-get-by-offset.js
fold-multi-get-by-offset-to-get-by-offset.js
fold-multi-get-by-offset-to-poly-get-by-offset.js
fold-multi-put-by-offset-to-poly-put-by-offset.js
fold-multi-put-by-offset-to-put-by-offset.js
fold-multi-put-by-offset-to-replace-or-transition-put-by-offset.js
fold-put-by-id-to-multi-put-by-offset.js
fold-put-by-val-with-string-to-multi-put-by-offset.js
fold-put-by-val-with-symbol-to-multi-put-by-offset.js
fold-put-structure.js
for-in-double-array-with-own-named.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-double-array.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-getters.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-int32-array-with-own-named.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-int32-array.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-int32-object-with-own-named-and-getters.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-int32-object-with-own-named.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-object-with-own-named.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-in-proxy.js for/in over a Proxy should not call [[GetOwnProperty]] trap twice per property 2021-01-08 18:52:28 +00:00
for-in-string-array.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-of-array.js
for-of-iterate-array-entries.js
for-of-iterate-array-keys.js
for-of-iterate-array-map-set.js for-in should only emit one loop in bytecode 2021-08-07 21:38:59 +00:00
for-of-iterate-array-values.js
forward-arguments-dont-escape-on-arguments-length.js
forward-varargs-check-shouldnt-escape.js
freeze-and-do-work.js
fround.js
ftl-library-inlining-dataview.js
ftl-library-inlining.js
ftl-polymorphic-StringFromCharCode.js
function-bind-creation.js Function.prototype.bind should not clamp "length" to int32 2020-08-21 20:41:15 +00:00
function-bind-no-inlining-repeat-call.js
function-call.js
function-dot-apply-array-literal.js Remove ArrayNode::m_optional 2020-07-23 08:25:12 +00:00
function-dot-apply.js
function-prototype-get.js Partly implement Function.prototype.{caller,arguments} reflection proposal 2021-07-25 22:32:20 +00:00
function-test.js
function-to-string.js Optimize Function.prototype.toString 2021-06-04 15:58:13 +00:00
function-with-eval.js
gcse-poly-get-less-obvious.js
gcse-poly-get.js
gcse.js
generate-multiple-llint-entrypoints.js
generator-create.js
generator-fib.js
generator-function-create.js
generator-sunspider-access-nsieve.js
generator-with-several-types.js
get-and-put-by-val-double-index-dont-fall-off-a-cliff.js GetByVal and PutByVal runtime operations shouldn't fall off a performance cliff when the property is an integer boxed as a double 2020-05-15 06:55:08 +00:00
get-by-id-bimorphic-check-structure-elimination-simple.js
get-by-id-bimorphic-check-structure-elimination.js
get-by-id-chain-from-try-block.js
get-by-id-check-structure-elimination.js
get-by-id-proto-or-self.js
get-by-id-quadmorphic-check-structure-elimination-simple.js
get-by-id-self-or-proto.js
get-by-val-negative-array-index.js Run some tests for fewer iterations to prevent test timeouts 2021-07-12 19:05:55 +00:00
get-by-val-out-of-bounds.js
get-by-val-polymorphic-ic-1.js
get-by-val-polymorphic-ic-2.js
get-by-val-polymorphic-ic-3.js
get-by-val-polymorphic-ic-4.js
get-by-val-polymorphic-ic-5.js
get-by-val-polymorphic-ic-6.js
get-by-val-polymorphic-ic-7.js
get-by-val-polymorphic-ic-8.js
get-by-val-polymorphic-ic-9.js
get-by-val-with-string-bimorphic-check-structure-elimination-simple.js
get-by-val-with-string-bimorphic-check-structure-elimination.js
get-by-val-with-string-chain-from-try-block.js
get-by-val-with-string-check-structure-elimination.js
get-by-val-with-string-proto-or-self.js
get-by-val-with-string-quadmorphic-check-structure-elimination-simple.js
get-by-val-with-string-self-or-proto.js
get-by-val-with-symbol-bimorphic-check-structure-elimination-simple.js
get-by-val-with-symbol-bimorphic-check-structure-elimination.js
get-by-val-with-symbol-chain-from-try-block.js
get-by-val-with-symbol-check-structure-elimination.js
get-by-val-with-symbol-proto-or-self.js
get-by-val-with-symbol-quadmorphic-check-structure-elimination-simple.js
get-by-val-with-symbol-self-or-proto.js
get-custom-getter.js [JSC] Legacy RegExp fields should be accessors 2021-07-30 01:36:31 +00:00
get-own-property-descriptor.js [JSC] Add Object.getOwnPropertyNames caching as it is done for Object.keys, and accelerate Object.getOwnPropertyDescriptor 2020-08-20 05:07:28 +00:00
get_by_val-Int32Array.js
get_callee_monomorphic.js
get_callee_polymorphic.js
getter-no-activation.js
getter-prototype.js
getter-richards-try-catch.js
getter-richards.js
getter.js
global-code-ftl.js
global-isNaN.js
global-object-access-with-mutating-structure.js
global-var-const-infer-fire-from-opt.js
global-var-const-infer.js
global-var-put-to-scope.js Align JSGlobalObject::defineOwnProperty() with the spec and other runtimes 2021-03-12 00:08:05 +00:00
hard-overflow-check-equal.js
hard-overflow-check.js
has-own-property-for-in-loop-reflect-name.js Emit HasOwnPropertyFunctionCallDotNode for "Reflect" identifiers 2020-07-15 14:47:44 +00:00
has-own-property-for-in-loop-with-heap-variable.js [JSC] for-in should allocate new temporary register for base 2020-05-31 03:20:40 +00:00
has-own-property-for-in-loop-with-this.js [JSC] for-in should allocate new temporary register for base 2020-05-31 03:20:40 +00:00
has-own-property-for-in-loop.js hasOwnProperty inside structure property for-in loop should use an opcode like has_structure_property but for hasOwnProperty 2020-05-28 02:43:25 +00:00
has-own-property-name-cache.js
has-private-brand.js [JSC] Add JIT ICs for `#x in obj` feature 2021-06-22 06:41:14 +00:00
has-private-name.js [JSC] Add JIT ICs for `#x in obj` feature 2021-06-22 06:41:14 +00:00
hoist-get-by-offset-tower-with-inferred-types.js
hoist-make-rope.js
hoist-poly-check-structure-effectful-loop.js
hoist-poly-check-structure.js
implicit-bigswitch-indirect-symbol.js
imul-double-only.js
imul-int-only.js
imul-mixed.js
in-by-id-match.js
in-by-id-removed.js
in-by-val-inside-for-in-loop.js in_by_val inside structure property for-in loop should use an opcode like has_structure_property but for "in" 2020-05-22 22:31:13 +00:00
in-by-val-int32.js [JSC] Implement JIT ICs for InByVal 2021-06-04 03:10:54 +00:00
in-by-val-string-index.js [JSC] Implement JIT ICs for InByVal 2021-06-04 03:10:54 +00:00
in-by-val-symbol.js [JSC] Implement JIT ICs for InByVal 2021-06-04 03:10:54 +00:00
in-four-cases.js
in-one-case-false.js
in-one-case-true.js
in-two-cases.js
indexed-properties-in-objects.js
infer-closure-const-then-mov-no-inline.js
infer-closure-const-then-mov.js
infer-closure-const-then-put-to-scope-no-inline.js
infer-closure-const-then-put-to-scope.js
infer-closure-const-then-reenter-no-inline.js
infer-closure-const-then-reenter.js
infer-constant-global-property.js
infer-constant-property.js
infer-one-time-closure-ten-vars.js
infer-one-time-closure-two-vars.js
infer-one-time-closure.js
infer-one-time-deep-closure.js
inline-arguments-access.js
inline-arguments-aliased-access.js
inline-arguments-local-escape.js
inline-get-scoped-var.js
inlined-put-by-id-transition.js
inlined-put-by-val-with-string-transition.js
inlined-put-by-val-with-symbol-transition.js
instanceof-always-hit-one.js
instanceof-always-hit-two.js
instanceof-bound.js
instanceof-dynamic.js
instanceof-sometimes-hit.js
instanceof-tricky-dynamic.js
int-or-other-abs-then-get-by-val.js
int-or-other-abs-zero-then-get-by-val.js
int-or-other-add-then-get-by-val.js
int-or-other-add.js
int-or-other-div-then-get-by-val.js
int-or-other-max-then-get-by-val.js
int-or-other-min-then-get-by-val.js
int-or-other-mod-then-get-by-val.js
int-or-other-mul-then-get-by-val.js
int-or-other-neg-then-get-by-val.js
int-or-other-neg-zero-then-get-by-val.js
int-or-other-sub-then-get-by-val.js
int-or-other-sub.js
int-overflow-local.js
int8-out-of-bounds.js
int32-array-to-string.js
int52-back-and-forth.js
int52-rand-function.js
int52-spill.js
integer-divide.js
integer-modulo.js
interpreter-wasm.js Unskip interpreter-wasm.js on ARM and MIPS 2021-06-30 14:13:37 +00:00
interpreter-wasm.wasm Disable B3 hoistLoopInvariantValues by default 2020-06-03 23:18:30 +00:00
is-array-for-array.js
is-array-for-mixed-case.js
is-array-for-non-array-object.js
is-array-for-proxy.js
is-boolean-fold-tricky.js
is-boolean-fold.js
is-constructor.js Implement @isConstructor bytecode intrinsic and bytecode for that 2020-05-13 06:41:34 +00:00
is-function-fold-tricky-internal-function.js
is-function-fold-tricky.js
is-function-fold.js
is-not-cell-speculation-for-empty-value.js
is-number-fold-tricky.js
is-number-fold.js
is-object-or-null-fold-functions.js
is-object-or-null-fold-less-tricky.js
is-object-or-null-fold-tricky.js
is-object-or-null-fold.js
is-object-or-null-trickier-function.js
is-object-or-null-trickier-internal-function.js
is-object-or-null-tricky-function.js
is-object-or-null-tricky-internal-function.js
is-string-fold-tricky.js
is-string-fold.js
is-symbol-mixed.js
is-symbol.js
is-undefined-fold-tricky.js
is-undefined-fold.js
jquery-todomvc-regexp.js [JSC] Yarr should perform BoyerMoore search 2021-07-29 22:26:13 +00:00
json-parse-array-reviver-same-value.js
json-parse-array-reviver.js
json-parse-object-reviver-same-value.js
json-parse-object-reviver.js
json-stringify-array-replacer.js Optimize createListFromArrayLike() and Proxy's [[OwnPropertyKeys]] method 2021-04-01 16:07:08 +00:00
json-stringify-empty-array.js
json-stringify-many-objects-to-json.js
json-stringify-many-objects.js
large-empty-array-join-resolve-rope.js
large-empty-array-join.js
large-int-captured.js
large-int-neg.js
large-int.js
large-map-iteration.js
lazy-array-species-watchpoints.js
let-const-tdz-environment-parsing-and-hash-consing-speed.js Better cache our serialization of the outer TDZ environment when creating FunctionExecutables during bytecode generation 2020-10-28 19:25:14 +00:00
let-for-in.js
licm-dom-jit.js Audit safe to execute 2020-06-05 19:32:17 +00:00
licm-dragons-out-of-bounds.js
licm-dragons-overflow.js
licm-dragons-two-structures.js
licm-dragons.js
load-varargs-elimination.js
local-date-constructor.js Unreviewed, reverting r270860. 2020-12-15 21:38:51 +00:00
locale-compare.js
logical-not-weird-types.js
logical-not.js
loop-osr-with-arity-mismatch.js
lots-of-fields.js
make-indexed-storage.js
make-rope-cse.js
make-rope.js
many-foreach-calls.js
many-repeat-stores.js
map-constructor.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
map-for-each.js
map-for-of.js
map-has-and-set.js
map-has-get-cse-opportunity.js
map-key-well-typed.js
map-rehash.js
marsaglia-larger-ints.js
marsaglia-osr-entry.js
math-random.js
math-trunc.js
math-with-out-of-bounds-array-values.js
max-boolean.js
megamorphic-load.js
memcpy-loop.js
memcpy-typed-loop-large.js Fix tests that time out on Series 4 Watch 2020-06-08 20:43:55 +00:00
memcpy-typed-loop-small.js Run some tests for fewer iterations to prevent test timeouts 2021-07-12 19:05:55 +00:00
memcpy-typed-loop-speculative.js
memcpy-typed-loop.js Reduce iteration of microbenchmarks/memcpy-typed-loop.js 2021-07-23 03:17:00 +00:00
memcpy-wasm-large.js jitCompileAndSetHeuristics shouldn't return true when we fail to compile 2021-06-22 17:48:42 +00:00
memcpy-wasm-medium.js jitCompileAndSetHeuristics shouldn't return true when we fail to compile 2021-06-22 17:48:42 +00:00
memcpy-wasm-small.js jitCompileAndSetHeuristics shouldn't return true when we fail to compile 2021-06-22 17:48:42 +00:00
memcpy-wasm.js jitCompileAndSetHeuristics shouldn't return true when we fail to compile 2021-06-22 17:48:42 +00:00
method-on-number.js
min-boolean.js
minus-boolean-double.js
minus-boolean.js
misc-strict-eq.js
mod-boolean-double.js
mod-boolean.js
mod-untyped.js
mul-boolean-double.js
mul-boolean.js
mul-immediate-sub.js Fix tests that time out on Series 4 Watch 2020-06-08 20:43:55 +00:00
neg-boolean.js
negative-zero-divide.js
negative-zero-modulo.js
negative-zero-negate.js
new-array-buffer-dead.js
new-array-buffer-push.js
new-array-buffer-vector-profile.js
new-array-dead.js
new-array-push.js
new-error.js
new-object-no-expected-function.js We should have a DFG intrinsic for the construct case of the Object constructor 2021-01-05 19:53:56 +00:00
no-inline-constructor.js
number-comparison-inline.js Add LLInt fast path for less, lesseq, greater and greatereq 2021-06-28 17:55:12 +00:00
number-test.js
number-to-string-strength-reduction.js
number-to-string-with-add-empty.js
number-to-string-with-add-in-loop.js
number-to-string-with-add.js
number-to-string-with-radix-10.js
number-to-string-with-radix-cse.js
number-to-string-with-radix.js
object-and.js
object-assign-replace.js [JSC] Optimize Object.assign and putDirectInternal 2021-07-06 19:25:04 +00:00
object-assign-transition.js [JSC] Optimize Object.assign and putDirectInternal 2021-07-06 19:25:04 +00:00
object-closure-call.js
object-create-constant-prototype.js
object-create-null.js
object-create-unknown-object-prototype.js
object-create-untyped-prototype.js
object-entries.js
object-get-own-property-symbols-on-large-array.js Proxy's "ownKeys" trap result should not be sorted 2020-09-14 21:30:25 +00:00
object-get-own-property-symbols.js Proxy's "ownKeys" trap result should not be sorted 2020-09-14 21:30:25 +00:00
object-get-prototype-of-object-rare.js Add DFG/FTL fast path for GetPrototypeOf based on OverridesGetPrototype flag 2020-06-24 19:51:49 +00:00
object-get-prototype-of-primitive.js super should not depend on __proto__ 2020-06-15 14:42:43 +00:00
object-int-add-array.js
object-int-add.js
object-int-and-array.js
object-int-mul-array.js
object-int-sub-array.js
object-int-sub.js
object-is.js
object-iterate-symbols.js
object-iterate.js
object-keys-cloned-arguments.js [JSC] Simplify get*PropertyNames() methods and EnumerationMode 2021-01-07 23:56:37 +00:00
object-keys-error-object.js [JSC] Simplify get*PropertyNames() methods and EnumerationMode 2021-01-07 23:56:37 +00:00
object-keys-map-values.js
object-keys.js
object-literal-underscore-proto-setter.js __proto__ in object literal should perform [[SetPrototypeOf]] directly 2020-08-28 00:27:19 +00:00
object-lshift.js
object-or.js
object-rest-computed-destructuring.js [JSC] Simplify excludedSet handling in object rest expression 2021-02-19 09:42:20 +00:00
object-rest-destructuring.js Implement @copyDataProperties in C++ to optimize object rest / spread 2021-01-09 04:31:12 +00:00
object-rshift.js
object-spread.js Implement @copyDataProperties in C++ to optimize object rest / spread 2021-01-09 04:31:12 +00:00
object-test.js
object-urshift.js
object-values.js
object-xor.js
obvious-sink-pathology-taken.js
obvious-sink-pathology.js
obviously-elidable-new-object.js
oob-sane-chain-contiguous.js Have an OOB+SaneChain Array::Speculation 2020-08-17 22:10:14 +00:00
oob-sane-chain-double-read-undefined.js Have an OOB+SaneChain Array::Speculation 2020-08-17 22:10:14 +00:00
oob-sane-chain-double.js Have an OOB+SaneChain Array::Speculation 2020-08-17 22:10:14 +00:00
oob-sane-chain-int32.js Have an OOB+SaneChain Array::Speculation 2020-08-17 22:10:14 +00:00
plus-boolean-arith.js
plus-boolean-double.js
plus-boolean.js
poly-chain-access-different-prototypes-simple.js
poly-chain-access-different-prototypes.js
poly-chain-access-simpler.js
poly-chain-access.js
poly-proto-access.js
poly-proto-and-non-poly-proto-same-ic.js
poly-proto-clear-js-function-allocation-profile.js
poly-proto-put-transition-speed.js
poly-proto-setter-speed.js
poly-stricteq-not-double-nor-string.js Optimize compareStrictEq when neither side is a double and at least one is neither a string nor a BigInt 2021-06-07 19:55:30 +00:00
poly-stricteq-not-double.js Optimize compareStrictEq when neither side is a double and at least one is neither a string nor a BigInt 2021-06-07 19:55:30 +00:00
poly-stricteq.js Optimize compareStrictEq when neither side is a double and at least one is neither a string nor a BigInt 2021-06-07 19:55:30 +00:00
polymorphic-array-call.js
polymorphic-get-by-id.js
polymorphic-put-by-id.js
polymorphic-put-by-val-with-string.js
polymorphic-put-by-val-with-symbol.js
polymorphic-put-public-field.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
polymorphic-structure.js
polyvariant-delete-property.js
polyvariant-get-by-id-shorter-tower.js
polyvariant-get-by-id-tower.js
polyvariant-monomorphic-get-by-id.js
prevent-extensions-and-do-work.js
promise-creation-many.js
promise-reject.js
promise-resolve.js
property-replace-and-setter-on-js-proxy.js Inline cache Replace and Setters on PureForwardingProxy 2020-08-13 04:50:12 +00:00
proto-getter-access.js
prototype-access-with-mutating-prototype.js
put-by-id-replace-and-transition.js
put-by-id-slightly-polymorphic.js
put-by-id-transition-with-indexing-header.js
put-by-id.js
put-by-val-direct-large-index.js
put-by-val-direct.js
put-by-val-large-index-blank-indexing-type.js
put-by-val-machine-int.js
put-by-val-negative-array-index.js Run some tests for fewer iterations to prevent test timeouts 2021-07-12 19:05:55 +00:00
put-by-val-with-string-replace-and-transition.js
put-by-val-with-string-slightly-polymorphic.js
put-by-val-with-string.js
put-by-val-with-symbol-replace-and-transition.js
put-by-val-with-symbol-slightly-polymorphic.js
put-by-val-with-symbol.js
put-public-field.js [JSC][ESNext] Create a new opcode to handle private fields store/define 2020-09-23 17:19:38 +00:00
put-slow-no-cache-array.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-slow-no-cache-function.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-slow-no-cache-js-proxy.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-slow-no-cache-long-prototype-chain.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
put-slow-no-cache-setter.js Turn callGetter() / callSetter() into instance methods 2021-05-15 16:59:57 +00:00
put-slow-no-cache.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
rare-osr-exit-on-local.js
raytrace-with-empty-try-catch.js
raytrace-with-try-catch.js
redefine-property-accessor-dictionary.js Redefining a property should not change its insertion index (Object.keys order) 2020-07-18 23:09:56 +00:00
redefine-property-accessor.js Redefining a property should not change its insertion index (Object.keys order) 2020-07-18 23:09:56 +00:00
redefine-property-data-dictionary.js Unskip microbenchmarks/redefine-property-data-dictionary.js on MIPS/ARM 2021-06-22 13:01:27 +00:00
redefine-property-data.js Redefining a property should not change its insertion index (Object.keys order) 2020-07-18 23:09:56 +00:00
redefine-property-previous-attributes.js Cache Structure::attributeChangeTransition() 2020-08-14 04:11:09 +00:00
reflect-own-keys-function.js Partly implement Function.prototype.{caller,arguments} reflection proposal 2021-07-25 22:32:20 +00:00
reflect-own-keys-proxy-2.js Optimize createListFromArrayLike() and Proxy's [[OwnPropertyKeys]] method 2021-04-01 16:07:08 +00:00
reflect-own-keys-proxy.js Optimize createListFromArrayLike() and Proxy's [[OwnPropertyKeys]] method 2021-04-01 16:07:08 +00:00
reflect-own-keys.js Proxy's "ownKeys" trap result should not be sorted 2020-09-14 21:30:25 +00:00
reflect-set-with-receiver.js Unreviewed, reland r276592 with a fix for put() override in prototype chain of a JSProxy 2021-06-08 01:53:46 +00:00
regexp-exec.js
regexp-last-index.js
regexp-nested-nonzero-min-counted-parens.js
regexp-prototype-is-not-instance.js
regexp-prototype-search-observable-side-effects.js
regexp-prototype-search-observable-side-effects2.js
regexp-prototype-split-observable-side-effects.js
regexp-prototype-split-observable-side-effects2.js
regexp-prototype-split-observable-side-effects3-flags.js
regexp-prototype-split-observable-side-effects3-global.js
regexp-prototype-split-observable-side-effects3-ignoreCase.js
regexp-prototype-split-observable-side-effects3-multiline.js
regexp-prototype-split-observable-side-effects3-sticky.js
regexp-prototype-split-observable-side-effects3-unicode.js
regexp-prototype-split-observable-side-effects4.js
regexp-prototype-test-observable-side-effects.js
regexp-prototype-test-observable-side-effects2.js
regexp-set-last-index.js
regexp-u-global-es5.js
regexp-u-global-es6.js
register-pressure-from-osr.js
repeat-multi-get-by-offset.js
rest-parameter-construction-performance.js
richards-empty-try-catch.js
richards-try-catch.js Turn off data ICs by default 2021-07-01 06:07:33 +00:00
scoped-arguments-length.js
scoped-arguments-overridden-length.js
scoped-arguments-possibly-overridden-length.js
seal-and-do-work.js
set-constructor.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
set-for-each.js
set-for-of.js
setter-prototype.js
setter.js
simple-activation-demo.js
simple-getter-access.js
simple-poly-call-nested.js
simple-poly-call.js
simple-regexp-exec-folding-fail.js
simple-regexp-exec-folding.js
simple-regexp-test-folding-fail-with-hoisted-regexp.js
simple-regexp-test-folding-fail.js
simple-regexp-test-folding-with-hoisted-regexp.js
simple-regexp-test-folding.js
sin-boolean.js
singleton-scope.js
sink-function.js
sink-huge-activation.js
sinkable-new-object-dag.js
sinkable-new-object-taken.js
sinkable-new-object-with-builtin-constructor.js
sinkable-new-object.js
slow-array-profile-convergence.js
slow-convergence.js
slow-ternaries.js
sorting-benchmark.js
sparse-conditional.js
sparse-set.js
splice-to-remove.js
strcat-const.js
strcat-length-const.js
strict-osr-entry.js
string-char-code-at.js
string-concat-convert.js
string-concat-long-convert.js
string-concat-long.js
string-concat-object.js
string-concat-pair-object.js
string-concat-pair-simple.js
string-concat-simple.js
string-concat.js
string-cons-repeat.js
string-cons-tower.js
string-equality.js
string-from-char-code.js
string-get-by-val-big-char.js
string-get-by-val-out-of-bounds-insane.js
string-get-by-val-out-of-bounds.js
string-get-by-val.js
string-hash.js
string-long-ident-equality.js
string-object-to-string.js
string-object-value-of.js
string-out-of-bounds.js
string-prototype-search-observable-side-effects.js
string-prototype-search-observable-side-effects2.js
string-prototype-search-observable-side-effects3.js
string-prototype-search-observable-side-effects4.js
string-prototype-split-observable-side-effects.js
string-prototype-split-observable-side-effects2.js
string-prototype-split-observable-side-effects3-flags.js
string-prototype-split-observable-side-effects3-global.js
string-prototype-split-observable-side-effects3-ignoreCase.js
string-prototype-split-observable-side-effects3-multiline.js
string-prototype-split-observable-side-effects3-sticky.js
string-prototype-split-observable-side-effects3-unicode.js
string-prototype-split-observable-side-effects4.js
string-repeat-arith.js
string-repeat-not-resolving-fixed.js
string-repeat-not-resolving-no-inline.js
string-repeat-not-resolving.js
string-repeat-resolving-fixed.js
string-repeat-resolving-no-inline.js
string-repeat-resolving.js
string-repeat-single-not-resolving.js
string-repeat-single-resolving.js
string-repeat-small-not-resolving.js
string-repeat-small-resolving.js
string-replace-empty.js
string-replace-generic.js
string-replace.js
string-rope-with-object.js
string-slice-empty.js
string-slice-one-char.js
string-slice.js
string-sub.js
string-test.js
string-transcoding.js
string-var-equality.js
stringalloc.js
structure-hoist-over-transitions.js
substring-concat-weird.js
substring-concat.js
substring.js
sunspider-sha1-big-int.js
super-get-by-id-with-this-monomorphic.js
super-get-by-id-with-this-polymorphic.js
super-get-by-val-with-this-monomorphic.js
super-get-by-val-with-this-polymorphic.js
super-getter.js
switch-char-constant.js
switch-char.js
switch-constant.js
switch-inlining.js [JSC] DFG / FTL should inline switch_string 2021-04-22 08:27:42 +00:00
switch-string-basic-big-var.js
switch-string-basic-big.js
switch-string-basic-var.js
switch-string-basic.js
switch-string-big-length-tower-var.js
switch-string-length-tower-var.js
switch-string-length-tower.js
switch-string-short.js
switch.js
switching-size-classes.js
symbol-creation.js
symbol-tostringtag.js
tail-call-forward-arguments-arguments-elimination.js DFGVarargsForwardingPhase shouldn't consult Flush 2021-05-16 07:30:39 +00:00
tan.js
tear-off-arguments-simple.js
tear-off-arguments.js
template-string-array.js
temporal-structure.js
throw.js
to-int32-boolean.js
to-number-boolean.js
to-number-constructor-number-string-number-string.js
to-number-constructor-only-number.js
to-number-constructor-only-string.js
to-number-constructor-string-number-string-number.js
to-number-number-string-number-string.js
to-number-only-number.js
to-number-only-string.js
to-number-string-number-string-number.js
to-string-on-cow-array.js
try-catch-get-by-val-cloned-arguments.js
try-catch-get-by-val-direct-arguments.js
try-catch-get-by-val-scoped-arguments.js
try-catch-word-count.js
try-get-by-id-basic.js
try-get-by-id-polymorphic.js
typed-array-get-set-by-val-profiling.js
typed-array-indexOf-empty.js %TypedArray%.prototype.{indexOf,lastIndexOf} are not spec-perfect 2020-07-04 20:06:54 +00:00
typed-array-subarray.js
typed-array-sum.js
undefined-test.js
unprofiled-licm.js
untyped-stricteq-self.js DFG should speculate on CompareStrictEq(@x, @x) 2021-06-04 16:32:57 +00:00
untyped-string-from-char-code.js
v8-raytrace-with-empty-try-catch.js
v8-raytrace-with-try-catch.js
v8-regexp-search.js
valueof-via-toprimitive.js [JSC] Add ValueOf fast path in toPrimitive 2021-06-20 09:48:03 +00:00
varargs-call.js
varargs-construct-inline.js
varargs-construct.js
varargs-inline.js
varargs-strict-mode.js
varargs.js
vector-length-hint-array-constructor.js
vector-length-hint-new-array.js
weak-map-constructor.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
weak-map-key.js
weak-set-constructor.js Optimize constructors of ES6 collections 2021-03-31 07:21:37 +00:00
weak-set-key.js
weird-inlining-const-prop.js