mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
parent
a997838e4b
commit
d39e96b439
test/language/expressions
call
tco-cross-realm-class-construct.jstco-cross-realm-class-derived-construct.jstco-cross-realm-fun-call.jstco-cross-realm-fun-construct.js
class
private-getter-brand-check-multiple-evaluations-of-class-realm-function-ctor.jsprivate-getter-brand-check-multiple-evaluations-of-class-realm.jsprivate-method-brand-check-multiple-evaluations-of-class-realm-function-ctor.jsprivate-method-brand-check-multiple-evaluations-of-class-realm.jsprivate-setter-brand-check-multiple-evaluations-of-class-realm-function-ctor.jsprivate-setter-brand-check-multiple-evaluations-of-class-realm.jsprivate-static-field-multiple-evaluations-of-class-realm.jsprivate-static-getter-multiple-evaluations-of-class-realm.jsprivate-static-method-brand-check-multiple-evaluations-of-class-realm.jsprivate-static-setter-multiple-evaluations-of-class-realm.js
@ -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…
x
Reference in New Issue
Block a user