hermes-windows/test/hermes
Vladimir Morozov 4657e24da3
Merge facebook/hermes version RN 0.74.2 and update JSI (#187)
* Integrate hermes-0.74.2

* Update JSI

* Set the default JSI version to 11
2024-06-07 17:10:09 -07:00
..
intl Merge facebook/hermes version RN 0.74.2 and update JSI (#187) 2024-06-07 17:10:09 -07:00
source-visibility Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
ArrayBuffer.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
DataView.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
TypedArray.js Support at methods for Array, TypedArray, and String 2022-10-24 13:58:04 -07:00
__proto__-permitted-dup.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
__proto__.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
abstract-equality.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
accessor.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
add.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
arguments-decrement.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
arguments.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-destr-close.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-destr.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-flat-recursion-native.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
array-flat-recursion.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
array-freeze-seal.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-functions.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
array-large.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-length.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-literal-large.js use ConsecutiveStringStorage to dedup serialized literals 2022-12-09 13:03:31 -08:00
array-literal.js use ConsecutiveStringStorage to dedup serialized literals 2022-12-09 13:03:31 -08:00
array-props1.js Fix conversion of indexed to named properties in non-extensible objects 2022-12-12 19:43:42 -08:00
array-props2.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-props3.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-props4.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-seal.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-spread-proto.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
array-spread.js Fix trailing elision in variable length arrays (#729) 2022-04-11 12:28:49 -07:00
array.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
arraySetLength-toNumber.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
async-dep-promise.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
async-emitParam.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
async-function-builtin.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
async-function-expr.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
async-function.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
atob.js Merge facebook/hermes version RN 0.74.2 and update JSI (#187) 2024-06-07 17:10:09 -07:00
bigint-asintn.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-asuintn.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-binary-addition.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-binary-ashl.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-binary-ashr.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-binary-division.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-binary-equality.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-binary-exponentiate.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
bigint-binary-lshr.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-binary-multiplication.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-binary-relops.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-binary-remainder.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-binary-subtraction.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-bitwise-and.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-bitwise-or.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-bitwise-xor.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-constructor.js Fix BigInt conversion from boolean objects 2022-08-23 13:49:08 -07:00
bigint-prototype-tolocalestring.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-prototype-tostring.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-prototype-valueof.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-tilde.js Update lit tests 2022-10-17 08:22:03 -07:00
bigint-tonumber.js Properly implement BigInt -> Number conversion 2023-02-02 17:10:30 -08:00
bigint-unary-dec.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-unary-inc.js Enable BigInt literals and Support 2022-07-09 11:06:44 -07:00
bigint-unary-minus.js Update lit tests 2022-10-17 08:22:03 -07:00
binary-ops-with-NaN.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
bind.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
bitwise.js Fix BitNot and move the slow path out of line 2022-11-17 17:04:21 -08:00
boolean-functions.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
btoa.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
bytecode.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
call-stack.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
callee-caller-strict.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
callee-non-strict.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
calln.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
catch_invalid_bindings.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
computed-fn-name.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
computed-props.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
console-host-job-throw.js Use RuntimeConfig for microtasks 2022-07-13 20:59:16 -07:00
consts.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
copyDataProperties.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
copyRestArgs.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
date-constructor.js Fault-tolerant Date parsing for dashes 2022-10-14 11:48:10 -07:00
date-default-timezone.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
date-fp-contract.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
date-local-to-utc.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
date-locale.js Fix date-locale tests for non-US developers (#881) 2023-01-17 06:37:07 -08:00
debug-levels.js Add bytecode support for block scoping 2023-03-08 14:08:28 -08:00
debugger.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
deep-recursion.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
default-args.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
define-property.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
delete-in-catch.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
delete-variable-nonstrict.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
delete.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
destructuring-init.js Fix issue in destructuring 2022-04-25 18:19:10 -07:00
destructuring_error_regress.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
destructuring_modified_object_prototype.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
empty-string-last.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
empty-string-lazy.js Fix assert when getting empty string at end of storage 2022-05-23 12:04:14 -07:00
env.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
equality.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
error-capture-stack-trace-define-property-stack-fails.js Prevent JS access to internal properties used by structured errors 2022-04-01 20:51:48 -07:00
error-capture-stack-trace.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
error-cause.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
error-prepare-stack-trace-bytecode.js Implement Error.prepareStackTrace 2022-02-10 09:15:41 -08:00
error-prepare-stack-trace-call-site.js Implement Error.prepareStackTrace 2022-02-10 09:15:41 -08:00
error-prepare-stack-trace-uncaught-1.js Implement Error.prepareStackTrace 2022-02-10 09:15:41 -08:00
error-prepare-stack-trace-uncaught-2.js Implement Error.prepareStackTrace 2022-02-10 09:15:41 -08:00
error-prepare-stack-trace-uncaught-3.js Implement Error.prepareStackTrace 2022-02-10 09:15:41 -08:00
error-prepare-stack-trace.js Implement Error.prepareStackTrace 2022-02-10 09:15:41 -08:00
error-types.js Implement AggregateError 2023-02-21 18:34:41 -08:00
error.js Implement AggregateError 2023-02-21 18:34:41 -08:00
error_inheritance.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
error_messages.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
es6-class-ctor-implicit.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-ctor-init.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-ctor-super.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-expr-name.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-expr.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-init-order.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-instanceof.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-method-conflict.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-method-from-var.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-method-override-from-prop.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-method-super.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-method.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-overflow.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-property-from-var.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-property.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-static-method-super.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-static-method.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
es6-class-static-property.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
escape.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
eval-errors.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
eval-redefined.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
eval-strict.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
eval.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
exception.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
execution-time-limit-eval.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
execution-time-limit.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
exp.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
external-mem.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
factloop.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
far-environment-access-eval.js Re-sync with internal repository (#822) 2022-09-27 08:14:30 -07:00
far-environment-access.js Re-sync with internal repository (#822) 2022-09-27 08:14:30 -07:00
fewer-gc-bug0.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
fewer-handle-bug0.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
for-in-lazy-props.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
for-of-close-1.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
for-of-close-2.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
for-of.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
for_in.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
for_in_bigloop.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
function-constructor.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
function-non-strict.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
function-props.js Don't define prototype on arrow functions 2023-02-15 18:24:26 -08:00
function-toString.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
gc-idents.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
gc-stress-test.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
generator-arguments.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
generator-object-model.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
generator.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
global-object-init.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
global-var-no-clear.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
global.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
global_arguments.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
global_properties.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hasinstance.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
heapsnapshot-weakmap.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
hermes-es6-promise.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal-epilogues-empty.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal-epilogues.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal-get-function-location.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal-job-queue.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal-job-throw.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal-test-methods.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
hermes-internal.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
hermesc.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
immutable-prototype-exotic-object.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
in.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
instanceof.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
int-conversion.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
inter-pass-dump.js Add allowlist for dumping before/after pass run 2023-02-01 20:48:25 -08:00
is-concat-spreadable.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
iterator-close-throw.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
iterator.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
json-stringify.js Implement well-formed JSON.stringify 2023-01-30 15:56:18 -08:00
json.js Refactor error handling 2023-03-09 16:41:07 -08:00
large-string.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
large_arrays.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
large_literal_obj.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-error-test.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-func-props.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-funcdiv.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-function-toString.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-gc-eval.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-method.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-property-cache.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-recursive-funcexpr.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-strict-error.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
lazy-test.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
load-this.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
logical-assignment.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
long-proto-chain.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
long-string-function.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
many_args.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
map-iterable.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
map.js Correctly set prototypes that should be plain objects 2022-02-25 16:37:21 -08:00
math.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
memory-size-parser.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
mod.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
negate.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
new-target.js Prohibit inlining in functions that access new.target 2022-12-05 16:54:13 -08:00
newobj.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
non-strict-var.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
not-a-function.js Emit textual function names for Call instructions 2022-12-17 21:15:06 -08:00
not-a-function.js.bcdefault.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
not-a-function.js.bcg.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
not-a-function.js.bcg0.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
not-a-function.js.bcg1.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
not-a-function.js.bcg2.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
not-a-function.js.bcg3.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
not-a-function.js.ir.txt Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
nullish-coalescing.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
number-functions.js Enable Apple Intl tests in CircleCI (#773) 2022-07-08 12:14:33 -07:00
object-computed-destructuring.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object-functions.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object-init.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object-literal-big.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object-literal-big2.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object-spread.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object-used-as-map.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
object_buffer.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
objlit.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
optional-catch-binding.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
optional-chaining.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
ordered-hash-map-invariant.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
override-static-builtin-error-message.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
override-static-builtin-eval-exception.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
override-static-builtin-eval.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
override-static-builtin-primitive.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
override-static-builtin-rjs.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
own-property-names-symbols.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
predefined-var-eval.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
predefined-var.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
primitive.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
print-empty-exception.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
prohibit-invoke.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
promise-jobs-scheduled-in-scripts.js Use RuntimeConfig for microtasks 2022-07-13 20:59:16 -07:00
promise-jobs-scheduled-in-tasks.js Use RuntimeConfig for microtasks 2022-07-13 20:59:16 -07:00
promise.js update polyfill Promise to v8.3.0 2022-10-27 12:16:28 -07:00
prop-order.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
property-to-string.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
props1.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
proto.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
prototype-property-cache.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
prototype.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
proxy-native.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
proxy-props.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
proxy-recursion-exception-native.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
proxy-recursion-exception.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
proxy.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
put-by-index.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
put-to-transient.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
quit.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
readonly-error-shows-name.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
reflect.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp-icase.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp-large.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp-literal.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp-stackoverflow.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regexp_bytecode.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp_escapes.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regexp_unicode.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-aggregate-constructor.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-apply.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-arguments-callee.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-array-at.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-array-concat-1.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-array-from.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-bigint-add-gc.js Re-sync with internal repository (#908) 2023-02-02 12:07:13 -08:00
regress-bigint-dce.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-bigint-to-double.js Properly implement BigInt -> Number conversion 2023-02-02 17:10:30 -08:00
regress-bigint-trunc.js Fix BigInt truncation 2022-09-28 06:45:43 -07:00
regress-bigint-type-inference.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-cached-seal-freeze.js Delete allReadOnly and allNonConfigurable flags on HiddenClass 2022-12-13 08:36:34 -08:00
regress-callbound.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-destructuring-assignment-object-evaluation-order.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-error-capture-stack-trace-native-constructor.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-error-stack-native-stack-overflow-native.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-error-stack-native-stack-overflow.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-exp-overflow.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-exp.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-hermes-internal-get-lazy-function-location.js Avoid accessing the DebugInfo for BCProviderLazy 2023-01-31 10:23:52 -08:00
regress-inlining-scopes.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-intl-number-format-bigint-input.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-invalid-utf8-identifier.js Ensure lexical names in the debug info are UTF8 2022-12-20 09:32:43 -08:00
regress-invalidated-descriptor-std-sort-model-swap.js Re-sync with internal repository (#908) 2023-02-02 12:07:13 -08:00
regress-iterator-result-overwrite.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-jsproxy-chained-isextensible.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-math-max-handles.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-named-capture-group.js Re-sync with internal repository (#856) 2022-11-28 10:03:03 -08:00
regress-proxy-defineProperty.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-recursive-proxy-handle-limit.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-relational-simplify.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-resume-generator-changes-op1.js ResumeGenerator modifies its operand 2023-02-17 18:25:41 -08:00
regress-revocable-proxy.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-set-timeout.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-spread-operator.js Use copyDataProperties slow path for objects with accessors 2023-01-10 11:43:42 -08:00
regress-symbol-young-gen.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-tostring.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-tostringtag.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-try-capture.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-typed-array-at-nan.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
regress-weakmap-large.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
regress-wrong-constructor.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
rest-element.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
rest-param.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
rest-property.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
return-in-global-eval.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
rgb-to-grey.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
sampling-profiler.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
scope-merger.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
set-indexed-throw.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
set-iterable.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
set.js Correctly set prototypes that should be plain objects 2022-02-25 16:37:21 -08:00
setTimeout-flushed-after-throw.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
setTimeout.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
set_regress.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
setter-stack-overflow.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
sort-inconsistent-comparator-completes.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
sort-sparse.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
source-url-error.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
spread-arguments.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
stack-overflow-apply.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
stack-overflow.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
stacktrace-bound.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
stacktrace.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
strict-var.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
string-functions.js Support at methods for Array, TypedArray, and String 2022-10-24 13:58:04 -07:00
string-indexed-props.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
string-locale.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
string-object-property-limit.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
string-table-overflow.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
switch-regress1.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
switch.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
symbol.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
symbolid_marking.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
tagged-template-long.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
tagged-template.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
template-literal.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
template-object-cache.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
test-direct-og-explicit-full-gc.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
test-direct-og-full-gc-reached-via-alloc.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
test-direct-og-tti-reached.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
text-encoder.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
throw-type-error-builtin.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
to-primitive-hint.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
to-string-tag.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
transient-obj-prop.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
truncate-long-stack.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
typeof.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
uncatchable-error-to-string.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
uncatchable-iterator-2.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
uncatchable-iterator.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
unsafe-intrinsics-mem.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
unsafe-intrinsics.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
uri.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
use-static-builtin-function.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
use-static-builtin-global.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
var-declare-accessor.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
weakmap-cycle.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
weakmap-iterable.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
weakmap-key-in-value.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
weakmap-value.js Merge facebook/hermes matching to RN 0.74.1 (#181) 2024-05-08 15:56:15 -07:00
weakmap.js Preserve weakmap value type 2023-02-02 05:14:06 -08:00
weakref_basic.js Make WeakRef compliant 2022-07-13 20:59:16 -07:00
weakset-iterable.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00
weakset.js Update copyright headers from Facebook to Meta 2021-12-30 15:08:38 -08:00