mirror of https://github.com/tc39/test262.git
update fixtures
This commit is contained in:
parent
a3880a460a
commit
ff405fd0df
|
@ -22,7 +22,9 @@ info: |
|
|||
|
||||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
PrivateIdentifier
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
PrivateIdentifier ::
|
||||
# IdentifierName
|
||||
|
@ -41,13 +43,13 @@ var C = class {
|
|||
static #await() {}
|
||||
|
||||
static {
|
||||
var C = @#$
|
||||
@#_
|
||||
@#\u{6F}
|
||||
@#\u2118
|
||||
@#ZW_\u200C_NJ
|
||||
@#ZW_\u200D_J
|
||||
@#yield
|
||||
@#await class {}
|
||||
var C = @C.#$
|
||||
@C.#_
|
||||
@C.#\u{6F}
|
||||
@C.#\u2118
|
||||
@C.#ZW_\u200C_NJ
|
||||
@C.#ZW_\u200D_J
|
||||
@C.#yield
|
||||
@C.#await class {}
|
||||
}
|
||||
};
|
||||
|
|
|
@ -26,8 +26,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
IdentifierReference[Yield, Await] :
|
||||
[~Yield] yield
|
||||
|
|
|
@ -26,8 +26,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
IdentifierReference[Yield, Await] :
|
||||
Identifier
|
||||
|
|
|
@ -23,8 +23,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
---*/
|
||||
let ns = {
|
||||
|
|
|
@ -23,7 +23,9 @@ info: |
|
|||
|
||||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
PrivateIdentifier
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
PrivateIdentifier ::
|
||||
# IdentifierName
|
||||
|
@ -42,13 +44,13 @@ class C {
|
|||
static #await() {}
|
||||
|
||||
static {
|
||||
@#$
|
||||
@#_
|
||||
@#\u{6F}
|
||||
@#\u2118
|
||||
@#ZW_\u200C_NJ
|
||||
@#ZW_\u200D_J
|
||||
@#yield
|
||||
@#await class C {}
|
||||
@C.#$
|
||||
@C.#_
|
||||
@C.#\u{6F}
|
||||
@C.#\u2118
|
||||
@C.#ZW_\u200C_NJ
|
||||
@C.#ZW_\u200D_J
|
||||
@C.#yield
|
||||
@C.#await class C {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -31,8 +31,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
IdentifierReference[Yield, Await] :
|
||||
Identifier
|
||||
|
|
|
@ -28,8 +28,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
---*/
|
||||
let ns = {
|
||||
|
|
|
@ -27,8 +27,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
IdentifierReference[Yield, Await] :
|
||||
[~Yield] yield
|
||||
|
|
|
@ -27,8 +27,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
IdentifierReference[Yield, Await] :
|
||||
Identifier
|
||||
|
|
|
@ -24,8 +24,8 @@ info: |
|
|||
|
||||
DecoratorMemberExpression[Yield, Await] :
|
||||
IdentifierReference[?Yield, ?Await]
|
||||
PrivateIdentifier
|
||||
DecoratorMemberExpression[?Yield, ?Await] . IdentifierName
|
||||
DecoratorMemberExpression[?Yield, ?Await] . PrivateIdentifier
|
||||
|
||||
---*/
|
||||
let ns = {
|
||||
|
|
Loading…
Reference in New Issue