v8/test/message/fail
Joyee Cheung f77b05d464 [class] fix evaluation order and errors in private accessor assignments
In assignments the lhs should be evaluated first and shouldn't be
re-evaluated when the value of the rhs is available. Fix it by
saving the receiver and the key registers into AssignmentLhsData
before building the assignment and use them later, instead of visiting
the AST again to retrieve the receiver.

In addition, now that we save the receiver register, use it to
perform the brand check even when we know for sure that it's
going to fail later because it's a write to a private
method or accessing the accessor in the wrong way (v8:11364),
so that the brand check error always appears first if it is present,
as specified in
https://tc39.es/proposal-private-methods/#sec-privatefieldget

Drive-by: unify the brand check error messages, and replace "Object"
with "Receiver" in the messages for clarity. The instance private
brand check now throws "Receiver must be an instance of class <name>"
and the static private brand check now throws "Receiver must be
class <name>". Also always set the expression position to the
property load position, because the brand check failure comes from
the load operation.

Bug: v8:12352, v8:11364
Change-Id: I61a8979b2e02b561dd5b2b35f9e0b6691fe07599
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3266964
Commit-Queue: Joyee Cheung <joyee@igalia.com>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Reviewed-by: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Igor Sheludko <ishell@chromium.org>
Cr-Commit-Position: refs/heads/main@{#77797}
2021-11-09 15:36:28 +00:00
..
array-binding-pattern-await1.js [parser] classify binding pattern errors when parsing await expression 2017-12-09 16:29:23 +00:00
array-binding-pattern-await1.out [parser] classify binding pattern errors when parsing await expression 2017-12-09 16:29:23 +00:00
arrow-bare-rest-param.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-bare-rest-param.out Add quotes around unexpected token SyntaxError 2019-06-11 06:11:58 +00:00
arrow-formal-parameters.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-formal-parameters.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
arrow-invalid-rest-2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-invalid-rest-2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-invalid-rest.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-invalid-rest.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-missing.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-missing.out Add quotes around unexpected token SyntaxError 2019-06-11 06:11:58 +00:00
arrow-param-after-rest-2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-param-after-rest-2.out [parser] Move rest parameter handling out of ExpressionCoverGrammar 2018-11-08 16:51:53 +00:00
arrow-param-after-rest.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-param-after-rest.out [parser] Move rest parameter handling out of ExpressionCoverGrammar 2018-11-08 16:51:53 +00:00
arrow-strict-eval-bare-parameter.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-strict-eval-bare-parameter.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-two-rest-params.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
arrow-two-rest-params.out [parser] Move rest parameter handling out of ExpressionCoverGrammar 2018-11-08 16:51:53 +00:00
async-arrow-invalid-rest-2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
async-arrow-invalid-rest-2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
async-arrow-invalid-rest.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
async-arrow-invalid-rest.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
async-arrow-param-after-rest.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
async-arrow-param-after-rest.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
await-non-async.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
await-non-async.out [top-level-await] Ship top-level await 2021-03-15 23:34:34 +00:00
call-async.js [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-async.out [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-await.js [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-await.out [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-expression.js [ignition] Set correct expression position for ObjectLiteral keys/values 2018-03-15 15:36:41 +00:00
call-expression.out [ignition] Set correct expression position for ObjectLiteral keys/values 2018-03-15 15:36:41 +00:00
call-let.js [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-let.out [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-non-constructable.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-non-constructable.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-primitive-constructor.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-primitive-constructor.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-primitive-function.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-primitive-function.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-static.js [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-static.out [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-undeclared-constructor.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-undeclared-constructor.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-undeclared-function.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-undeclared-function.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
call-yield.js [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
call-yield.out [parser] Token-range-check for callable identifier tokens 2018-10-17 10:21:44 +00:00
class-accessors-private-undefined-getter-count.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-getter-count.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-accessors-private-undefined-getter-nested.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-getter-nested.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-accessors-private-undefined-getter.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-getter.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-accessors-private-undefined-setter-compound.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-setter-compound.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-accessors-private-undefined-setter-count.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-setter-count.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-accessors-private-undefined-setter-nested.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-setter-nested.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-accessors-private-undefined-setter.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-accessors-private-undefined-setter.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-constructor-accessor.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
class-constructor-accessor.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
class-constructor-generator.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
class-constructor-generator.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
class-field-constructor.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-field-constructor.out [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-field-static-constructor.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-field-static-constructor.out [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-field-static-prototype.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-field-static-prototype.out [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-computed.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-computed.out [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-class-in-function.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-class-in-function.out [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-private-outside-class.js [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-private-outside-class.out [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-private-source-positions.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-source-positions.out [class] implement private accessors 2019-08-30 10:16:29 +00:00
class-fields-private-throw-early-2.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-throw-early-2.out [class] implement private accessors 2019-08-30 10:16:29 +00:00
class-fields-private-throw-early.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-throw-early.out [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-private-throw-in-module.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
class-fields-private-throw-in-module.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
class-fields-private-throw-read.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-throw-read.out [class] implement private accessors 2019-08-30 10:16:29 +00:00
class-fields-private-throw-write.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-throw-write.out [class] implement private accessors 2019-08-30 10:16:29 +00:00
class-fields-private-undeclared-lazy-class.js [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-private-undeclared-lazy-class.out [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-private-undefined-inner-class.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-private-undefined-inner-class.out [parser] fix name and position when reporting private field outside of classes 2019-05-08 10:13:05 +00:00
class-fields-static-throw.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-static-throw.out [class] Implement class static blocks 2021-02-18 17:19:04 +00:00
class-fields-throw.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-fields-throw.out [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
class-methods-private-brand-check-anonymous.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-methods-private-brand-check-anonymous.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-methods-private-brand-check.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-methods-private-brand-check.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-methods-private-throw-write.js [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
class-methods-private-throw-write.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-compound-assign-getter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-compound-assign-getter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-compound-assign-method.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-compound-assign-method.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-compound-assign-setter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-compound-assign-setter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-count-getter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-count-getter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-count-method.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-count-method.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-count-setter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-count-setter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-reinitialization-anonymous.js [class] Improve errors for reinitialized private elements 2021-08-13 10:04:36 +00:00
class-private-brand-reinitialization-anonymous.out [class] Improve errors for reinitialized private elements 2021-08-13 10:04:36 +00:00
class-private-brand-reinitialization.js [class] Improve errors for reinitialized private elements 2021-08-13 10:04:36 +00:00
class-private-brand-reinitialization.out [class] Improve errors for reinitialized private elements 2021-08-13 10:04:36 +00:00
class-private-brand-write-getter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-write-getter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-write-method.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-write-method.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-write-setter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-brand-write-setter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-field-reinitialization.js [class] Improve errors for reinitialized private elements 2021-08-13 10:04:36 +00:00
class-private-field-reinitialization.out [class] Improve errors for reinitialized private elements 2021-08-13 10:04:36 +00:00
class-private-static-compound-assign-getter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-compound-assign-getter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-compound-assign-method.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-compound-assign-method.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-compound-assign-setter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-compound-assign-setter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-count-getter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-count-getter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-count-method.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-count-method.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-count-setter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-count-setter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-write-getter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-write-getter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-write-method.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-write-method.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-write-setter-only.js [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-private-static-write-setter-only.out [class] fix evaluation order and errors in private accessor assignments 2021-11-09 15:36:28 +00:00
class-spread-property.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
class-spread-property.out Add quotes around unexpected token SyntaxError 2019-06-11 06:11:58 +00:00
computed-prop-fni.js [fni] Mark computed props as computed, not anonymous function 2019-03-01 20:52:03 +00:00
computed-prop-fni.out [fni] Mark computed props as computed, not anonymous function 2019-03-01 20:52:03 +00:00
console.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
console.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
const-decl-no-init2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
const-decl-no-init2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
const-decl-no-init-sloppy.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
const-decl-no-init.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
const-decl-no-init.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
default-parameter-tdz-arrow.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
default-parameter-tdz-arrow.out [inspector] Improve uninitialized binding error message 2019-02-02 00:38:06 +00:00
default-parameter-tdz.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
default-parameter-tdz.out [inspector] Improve uninitialized binding error message 2019-02-02 00:38:06 +00:00
destructuring-array-non-iterable-number.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-number.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-object-computed.js [builtins] throw non-iterable error on iterator method not callable 2021-08-11 10:21:31 +00:00
destructuring-array-non-iterable-object-computed.out [builtins] throw non-iterable error on iterator method not callable 2021-08-11 10:21:31 +00:00
destructuring-array-non-iterable-object-literal-complex.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-object-literal-complex.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-object-literal.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-object-literal.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-object.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-object.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-undefined.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-array-non-iterable-undefined.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-array2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-array2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-array.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-array.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-obj2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-obj2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-obj.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-decl-no-init-obj.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-function-non-iterable.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-function-non-iterable.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-modify-const.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-modify-const.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-new-callable-non-iterable.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-new-callable-non-iterable.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-non-function-non-iterable.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-non-function-non-iterable.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-object-private-name.js [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
destructuring-object-private-name.out [class] Remove flags for class fields 2019-05-01 02:02:51 +00:00
destructuring-undefined-computed-property.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-undefined-computed-property.out Reland "[destructuring] Elide coercible check for simple keys" 2019-08-30 10:51:49 +00:00
destructuring-undefined-number-property.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-undefined-number-property.out Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
destructuring-undefined-string-property.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
destructuring-undefined-string-property.out Reland "[destructuring] Elide coercible check for simple keys" 2019-08-30 10:51:49 +00:00
directive.js Reland "[parser] Optimize directive parsing especially for preparser" 2018-11-02 17:41:51 +00:00
directive.out Reland "[parser] Optimize directive parsing especially for preparser" 2018-11-02 17:41:51 +00:00
dynamic-import-missing-specifier.js [flags] Remove --harmony-dynamic-import 2020-11-03 17:11:52 +00:00
dynamic-import-missing-specifier.out [flags] Remove --harmony-dynamic-import 2020-11-03 17:11:52 +00:00
export-duplicate-as.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
export-duplicate-as.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
export-duplicate-default.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
export-duplicate-default.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
export-duplicate.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
export-duplicate.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
for-in-let-loop-initializers-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-in-let-loop-initializers-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-in-loop-initializers-destructuring.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-in-loop-initializers-destructuring.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-in-loop-initializers-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-in-loop-initializers-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-loop-invalid-lhs.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-loop-invalid-lhs.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-let-loop-initializers.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-let-loop-initializers.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-loop-initializers-sloppy.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-loop-initializers-sloppy.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-loop-initializers-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-loop-initializers-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-non-iterable.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-non-iterable.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-throw-in-body.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
for-of-throw-in-body.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
formal-parameters-bad-rest.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
formal-parameters-bad-rest.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
formal-parameters-strict-body.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
formal-parameters-strict-body.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
formal-parameters-trailing-comma.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
formal-parameters-trailing-comma.out Add quotes around unexpected token SyntaxError 2019-06-11 06:11:58 +00:00
func-name-inferrer-arg-1.js [parser] Add new FunctionNameInferrer state before parsing param 2017-10-30 20:04:38 +00:00
func-name-inferrer-arg-1.out [parser] Add new FunctionNameInferrer state before parsing param 2017-10-30 20:04:38 +00:00
func-name-inferrer-arg.js [parser] Add new FunctionNameInferrer state before parsing param 2017-10-30 20:04:38 +00:00
func-name-inferrer-arg.out [parser] Add new FunctionNameInferrer state before parsing param 2017-10-30 20:04:38 +00:00
function-param-after-rest.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
function-param-after-rest.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
generators-throw1.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
generators-throw1.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
generators-throw2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
generators-throw2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
get-iterator1.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
get-iterator1.out [parser] Don't desugar destructuring declarations. 2019-01-09 14:09:23 +00:00
get-iterator-return-non-receiver.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
get-iterator-return-non-receiver.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
hashbang-incomplete-string.js Fix scanner-level error reporting for hashbang 2020-01-30 09:28:16 +00:00
hashbang-incomplete-string.out Fix scanner-level error reporting for hashbang 2020-01-30 09:28:16 +00:00
import-as-eval.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-as-eval.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-as-redeclaration.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-as-redeclaration.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-as-reserved-word.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-as-reserved-word.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-blah-module.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-blah-module.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-blah-script.js [parser] Improve error when using import decl in a script 2019-06-25 12:33:11 +00:00
import-blah-script.out [parser] Improve error when using import decl in a script 2019-06-25 12:33:11 +00:00
import-eval.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-eval.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-redeclaration.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-redeclaration.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-reserved-word.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-reserved-word.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
import-script.js [parser] Improve error when using import decl in a script 2019-06-25 12:33:11 +00:00
import-script.out [parser] Improve error when using import decl in a script 2019-06-25 12:33:11 +00:00
instanceof-noncallable.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
instanceof-noncallable.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
instanceof-nonobject.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
instanceof-nonobject.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
invalid-spread-2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
invalid-spread-2.out [parser] Move rest parameter handling out of ExpressionCoverGrammar 2018-11-08 16:51:53 +00:00
invalid-spread.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
invalid-spread.out Add quotes around unexpected token SyntaxError 2019-06-11 06:11:58 +00:00
json-stringify-circular-ellipsis.js [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-ellipsis.out [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-max-display-depth.js [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-max-display-depth.out [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-proxy.js [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-proxy.out [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-substructure.js [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular-substructure.out [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular.js [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
json-stringify-circular.out [json] Extend JSON#stringify error message for circular structures 2019-01-29 08:00:10 +00:00
let-lexical-declaration-destructuring-brace-in-single-statement.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-declaration-destructuring-brace-in-single-statement.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-declaration-destructuring-in-single-statement.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-declaration-destructuring-in-single-statement.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-declaration-in-single-statement.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-declaration-in-single-statement.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-name-in-array-prohibited.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-name-in-array-prohibited.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-name-in-object-prohibited.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-name-in-object-prohibited.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-name-prohibited.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
let-lexical-name-prohibited.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
map-arg-non-iterable.js [errors] Give a more informative error message for new Map(1) 2018-03-14 11:07:52 +00:00
map-arg-non-iterable.out Reland "[interpreter] Add bytecode for leading array spreads." 2018-09-05 09:29:51 +00:00
map-grow-failed.js Improve error message for Set/Map grow failures 2021-08-18 01:30:10 +00:00
map-grow-failed.out Improve error message for Set/Map grow failures 2021-08-18 01:30:10 +00:00
missing-function-name.js [parser] Improve parse error message for missing name in FunctionDeclaration 2019-03-20 16:46:29 +00:00
missing-function-name.out [parser] Improve parse error message for missing name in FunctionDeclaration 2019-03-20 16:46:29 +00:00
modules-cycle1.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle1.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle2.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle3.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle3.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle4.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle4.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle5.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle5.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle6.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-cycle6.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export1.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export1.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export2.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export3.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export3.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export4.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export4.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-duplicate-export5.mjs [flags] Remove --harmony-namespace-exports 2020-11-03 18:51:32 +00:00
modules-duplicate-export5.out [flags] Remove --harmony-namespace-exports 2020-11-03 18:51:32 +00:00
modules-export-illformed-class.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-export-illformed-class.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import1.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import1.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import2.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import3.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import3.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import4.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import4.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import5.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import5.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import6.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import6.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-assertions-fail-1.mjs [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-import-assertions-fail-1.out [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-import-assertions-fail-2.mjs [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-import-assertions-fail-2.out [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-import-assertions-fail-3.mjs [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-import-assertions-fail-3.out [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-import-redeclare1.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-redeclare1.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-redeclare2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-redeclare2.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-redeclare3.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-redeclare3.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-import-top-level-await-fail-1.mjs [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
modules-import-top-level-await-fail-1.out [top-level-await] Add support for parsing top level await 2019-09-24 14:01:32 +00:00
modules-import-top-level-await-fail-2.mjs [d8] Exit with error code upon unhandled promise rejection 2020-06-24 07:21:58 +00:00
modules-import-top-level-await-fail-2.out [top-level-await] Add support for parsing top level await 2019-09-24 14:01:32 +00:00
modules-skip-1-import-assertions-fail.mjs [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-skip-1-top-level-await-fail.mjs [top-level-await] Add support for parsing top level await 2019-09-24 14:01:32 +00:00
modules-skip-2-top-level-await-fail.mjs [top-level-await] Add support for parsing top level await 2019-09-24 14:01:32 +00:00
modules-skip-3-import-assertions-fail.json [modules][api] Add version of HostImportModuleDynamically with import assertions 2021-01-26 04:15:15 +00:00
modules-skip-3-top-level-await-fail.mjs [top-level-await] Add support for parsing top level await 2019-09-24 14:01:32 +00:00
modules-skip-cycle2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-skip-cycle3.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-skip-cycle5.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-skip-cycle6.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-star-conflict1.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-star-conflict1.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-star-conflict2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-star-conflict2.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-star-default.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-star-default.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-undefined-export1.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-undefined-export1.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-undefined-export2.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
modules-undefined-export2.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
new-target-assignment.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-assignment.out Reland "Reland "Let all early errors be SyntaxErrors."" 2019-07-08 10:15:46 +00:00
new-target-escaped.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-escaped.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-for-loop.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-for-loop.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-postfix-op.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-postfix-op.out Reland "Reland "Let all early errors be SyntaxErrors."" 2019-07-08 10:15:46 +00:00
new-target-prefix-op.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
new-target-prefix-op.out Reland "Reland "Let all early errors be SyntaxErrors."" 2019-07-08 10:15:46 +00:00
nf-yield-in-generator.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nf-yield-in-generator.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nf-yield-strict-in-generator.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nf-yield-strict-in-generator.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nf-yield-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nf-yield-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nfe-yield-generator.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nfe-yield-generator.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nfe-yield-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
nfe-yield-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
non-alphanum.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
non-alphanum.out Reland ^2 "[array] Move Array.p.sort to Torque and use TimSort instead of QuickSort" 2018-08-23 15:43:29 +00:00
object-binding-pattern-await1.js [parser] classify binding pattern errors when parsing await expression 2017-12-09 16:29:23 +00:00
object-binding-pattern-await1.out [parser] classify binding pattern errors when parsing await expression 2017-12-09 16:29:23 +00:00
object-rest-assignment-pattern.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
object-rest-assignment-pattern.out [parser] Cleanup pattern classification 2018-11-23 11:33:21 +00:00
object-rest-binding-pattern.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
object-rest-binding-pattern.out [parser] Cleanup pattern classification 2018-11-23 11:33:21 +00:00
octal-template-literal.js Fix error message for octal escapes in templates 2018-03-08 18:57:45 +00:00
octal-template-literal.out Fix error message for octal escapes in templates 2018-03-08 18:57:45 +00:00
overwritten-builtins.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
overwritten-builtins.out Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
param-arrow-redeclaration-as-let.js [parser] Change how conflicting param and let in body declarations are detected 2018-12-19 17:10:57 +00:00
param-arrow-redeclaration-as-let.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
param-async-arrow-redeclaration-as-let.js [parser] Change how conflicting param and let in body declarations are detected 2018-12-19 17:10:57 +00:00
param-async-arrow-redeclaration-as-let.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
param-async-function-redeclaration-as-let.js [parser] Change how conflicting param and let in body declarations are detected 2018-12-19 17:10:57 +00:00
param-async-function-redeclaration-as-let.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
param-function-redeclaration-as-let.js [parser] Change how conflicting param and let in body declarations are detected 2018-12-19 17:10:57 +00:00
param-function-redeclaration-as-let.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
paren_in_arg_string.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
paren_in_arg_string.out Reland: Enable --harmony-function-tostring by default 2018-01-10 17:29:46 +00:00
redeclaration1.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
redeclaration1.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
redeclaration2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
redeclaration2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
redeclaration3.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
redeclaration3.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
redeclaration4.js [parsing] Provide location for function redeclaration error. 2018-02-01 20:46:11 +00:00
redeclaration4.out [parsing] Provide location for function redeclaration error. 2018-02-01 20:46:11 +00:00
redeclaration5.mjs [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
redeclaration5.out [test] Remove module pragma in favor of .mjs 2019-06-27 13:25:48 +00:00
replacement-marker-as-argument.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
replacement-marker-as-argument.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
rest-param-class-setter-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
rest-param-class-setter-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
rest-param-object-setter-sloppy.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
rest-param-object-setter-sloppy.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
rest-param-object-setter-strict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
rest-param-object-setter-strict.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
set-grow-failed.js Improve error message for Set/Map grow failures 2021-08-18 01:30:10 +00:00
set-grow-failed.out Improve error message for Set/Map grow failures 2021-08-18 01:30:10 +00:00
settimeout.js [d8] Report errors in setTimeout 2017-11-03 12:21:53 +00:00
settimeout.out [d8] Report errors in setTimeout 2017-11-03 12:21:53 +00:00
simple-throw.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
simple-throw.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
spread-call-2.js [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-call-2.out [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-call-3.js [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-call-3.out [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-call-4.js [runtime] Add additional test for spread call error 2020-04-27 09:40:13 +00:00
spread-call-4.out [runtime] Add additional test for spread call error 2020-04-27 09:40:13 +00:00
spread-call.js [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-call.out [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-construct-2.js [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-construct-2.out [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-construct-3.js [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-construct-3.out [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-construct.js [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
spread-construct.out [callprinter] Correctly point to the incorrect spread arg 2020-02-05 11:27:58 +00:00
strict-formal-parameters.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-formal-parameters.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-number.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-number.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-string.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-string.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-use-strict-after.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-use-strict-after.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-use-strict-before.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-octal-use-strict-before.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-with.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
strict-with.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
string-prototype-matchall-no-flags.js [regexp] Improve String.prototype.matchAll error message 2019-10-24 01:54:58 +00:00
string-prototype-matchall-no-flags.out [regexp] Improve String.prototype.matchAll error message 2019-10-24 01:54:58 +00:00
super-constructor-extra-statement.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
super-constructor-extra-statement.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
super-constructor.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
super-constructor.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
super-in-function.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
super-in-function.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
this-iterator-undefined.js [ast] Store correct source position on ThisExpression 2020-08-10 09:07:35 +00:00
this-iterator-undefined.out [ast] Store correct source position on ThisExpression 2020-08-10 09:07:35 +00:00
tonumber-symbol.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
tonumber-symbol.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-finally-throw-in-catch-and-finally.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-finally-throw-in-catch-and-finally.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-finally-throw-in-catch.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-finally-throw-in-catch.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-finally-throw-in-finally.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-finally-throw-in-finally.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-lexical-conflict-preparser.js [parser] Change how catch is parsed 2018-12-19 11:02:01 +00:00
try-catch-lexical-conflict-preparser.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
try-catch-lexical-conflict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-lexical-conflict.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
try-catch-variable-conflict.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-catch-variable-conflict.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
try-finally-throw-in-finally.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-finally-throw-in-finally.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-finally-throw-in-try-and-finally.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-finally-throw-in-try-and-finally.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-finally-throw-in-try.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
try-finally-throw-in-try.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
typedarray.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
typedarray.out [builtins]: Simple port of %TypedArray%.prototype.set() to CSA TFJ. 2017-11-23 15:40:41 +00:00
undefined-keyed-computed-property.js Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
undefined-keyed-computed-property.out Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
undefined-keyed-number-property.js Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
undefined-keyed-number-property.out Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
undefined-keyed-property.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
undefined-keyed-property.out Reland "[interpreter] Add bytecode for leading array spreads." 2018-09-05 09:29:51 +00:00
undefined-keyed-string-property.js Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
undefined-keyed-string-property.out Reland "Reland "Reland "Improve error messages for property access on null/undefined""" 2021-07-08 14:31:27 +00:00
unicode-escape-invalid-2.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unicode-escape-invalid-2.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unicode-escape-invalid.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unicode-escape-invalid.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unicode-escape-undefined.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unicode-escape-undefined.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unparenthesized-exponentiation-expression.js [parser] Updated the Error Message for Unparenthesized Exponentiation Expression 2019-01-22 19:37:23 +00:00
unparenthesized-exponentiation-expression.out [parser] Updated the Error Message for Unparenthesized Exponentiation Expression 2019-01-22 19:37:23 +00:00
unterminated-arg-list.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
unterminated-arg-list.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
var-conflict-in-with.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
var-conflict-in-with.out [parser] Declare variables through ExpressionScope 2019-01-21 11:37:32 +00:00
wasm-async-compile-fail.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-async-compile-fail.out [wasm][refactor] Simplify/unify parts of the function decoder 2021-04-21 12:49:30 +00:00
wasm-async-instantiate-fail.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-async-instantiate-fail.out [wasm][refactor] Simplify/unify parts of the function decoder 2021-04-21 12:49:30 +00:00
wasm-exception-rethrow.js [wasm][eh] Rename exception to tag 2021-07-29 12:09:02 +00:00
wasm-exception-rethrow.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
wasm-exception-throw.js [wasm][eh] Rename exception to tag 2021-07-29 12:09:02 +00:00
wasm-exception-throw.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
wasm-function-name.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-function-name.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
wasm-module-and-function-name.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-module-and-function-name.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
wasm-module-name.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-module-name.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
wasm-no-name.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-no-name.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
wasm-streaming-compile-fail.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-streaming-compile-fail.out [wasm][refactor] Simplify/unify parts of the function decoder 2021-04-21 12:49:30 +00:00
wasm-streaming-instantiate-fail.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-streaming-instantiate-fail.out [wasm][refactor] Simplify/unify parts of the function decoder 2021-04-21 12:49:30 +00:00
wasm-sync-compile-fail.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-sync-compile-fail.out [wasm][refactor] Simplify/unify parts of the function decoder 2021-04-21 12:49:30 +00:00
wasm-trap.js [d8][mjsunit][tools] Improve d8 file API 2021-06-01 13:37:57 +00:00
wasm-trap.out [wasm] Print hash of anonymous scripts in stack traces 2021-08-06 17:14:55 +00:00
weak-refs-finalizationregistry1.js [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-finalizationregistry1.out [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-finalizationregistry2.js [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-finalizationregistry2.out [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-register1.js [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-register1.out [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-register2.js [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-register2.out [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-unregister.js [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
weak-refs-unregister.out [weakrefs] Remove --no-harmony-weak-refs flag 2021-04-08 23:10:53 +00:00
yield-in-arrow-param.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
yield-in-arrow-param.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
yield-in-generator-param.js Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00
yield-in-generator-param.out Split message tests in failing and non-failing 2017-10-26 07:36:28 +00:00