mirror of
https://github.com/tc39/test262.git
synced 2025-07-23 05:55:36 +02:00
Fix feature flag in private-method-referenced-from-static-method (#2621)
This commit is contained in:
parent
d5826606a4
commit
d2f7d4285c
@ -18,7 +18,7 @@ info: |
|
|||||||
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
1. If O.[[PrivateBrands]] does not contain an entry e such that SameValue(e, P.[[Brand]]) is true,
|
||||||
a. Throw a TypeError exception.
|
a. Throw a TypeError exception.
|
||||||
template: default
|
template: default
|
||||||
features: [class-static-methods-private]
|
features: [class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- elements
|
//- elements
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Private method referenced from a static method (field definitions in a class expression)
|
description: Private method referenced from a static method (field definitions in a class expression)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-static-methods-private, class]
|
features: [class-methods-private, class]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
PrivateFieldGet (P, O)
|
PrivateFieldGet (P, O)
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
description: Private method referenced from a static method (field definitions in a class declaration)
|
description: Private method referenced from a static method (field definitions in a class declaration)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-static-methods-private, class]
|
features: [class-methods-private, class]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
PrivateFieldGet (P, O)
|
PrivateFieldGet (P, O)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user