mirror of https://github.com/tc39/test262.git
parent
a997838e4b
commit
d39e96b439
|
@ -23,7 +23,7 @@ info: |
|
|||
5. Assert: calleeContext is now the running execution context.
|
||||
...
|
||||
|
||||
features: [tail-call-optimization, class]
|
||||
features: [tail-call-optimization, class, cross-realm]
|
||||
---*/
|
||||
|
||||
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.
|
||||
|
|
|
@ -23,7 +23,7 @@ info: |
|
|||
5. Assert: calleeContext is now the running execution context.
|
||||
...
|
||||
|
||||
features: [tail-call-optimization, class]
|
||||
features: [tail-call-optimization, class, cross-realm]
|
||||
---*/
|
||||
|
||||
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.
|
||||
|
|
|
@ -22,7 +22,7 @@ info: |
|
|||
5. Assert: calleeContext is now the running execution context.
|
||||
...
|
||||
|
||||
features: [tail-call-optimization, class]
|
||||
features: [tail-call-optimization, class, cross-realm]
|
||||
---*/
|
||||
|
||||
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.
|
||||
|
|
|
@ -22,7 +22,7 @@ info: |
|
|||
5. Assert: calleeContext is now the running execution context.
|
||||
...
|
||||
|
||||
features: [tail-call-optimization, class]
|
||||
features: [tail-call-optimization, class, cross-realm]
|
||||
---*/
|
||||
|
||||
// - The class constructor call is in a valid tail-call position, which means PrepareForTailCall is performed.
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-methods-private]
|
||||
features: [class, class-methods-private, cross-realm]
|
||||
---*/
|
||||
|
||||
let classStringExpression = `
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-methods-private]
|
||||
features: [class, class-methods-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-methods-private]
|
||||
features: [class, class-methods-private, cross-realm]
|
||||
---*/
|
||||
|
||||
let classStringExpression = `
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-methods-private]
|
||||
features: [class, class-methods-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-methods-private]
|
||||
features: [class, class-methods-private, cross-realm]
|
||||
---*/
|
||||
|
||||
let classStringExpression = `
|
||||
|
|
|
@ -16,7 +16,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-methods-private]
|
||||
features: [class, class-methods-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -35,7 +35,7 @@ info: |
|
|||
...
|
||||
8. If fieldName is a Private Name,
|
||||
a. Perform ? PrivateFieldAdd(fieldName, receiver, initValue).
|
||||
features: [class, class-static-fields-private]
|
||||
features: [class, class-static-fields-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-static-methods-private]
|
||||
features: [class, class-static-methods-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-static-methods-private]
|
||||
features: [class, class-static-methods-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ info: |
|
|||
PrivateBrandCheck(O, P)
|
||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||
a. Throw a TypeError exception.
|
||||
features: [class, class-static-methods-private]
|
||||
features: [class, class-static-methods-private, cross-realm]
|
||||
flags: [noStrict]
|
||||
---*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue