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