mirror of https://github.com/tc39/test262.git
This commit is contained in:
parent
1a7aee6ba0
commit
2f1d28ddca
|
@ -26,7 +26,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-static-methods-private, class-methods-private]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
//- elements
|
//- elements
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Brand for static private names and instance private names are different (field definitions in a class expression)
|
description: Brand for static private names and instance private names are different (field definitions in a class expression)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-static-methods-private, class]
|
features: [class-static-methods-private, class-methods-private, class]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassTail : ClassHeritage { ClassBody }
|
ClassTail : ClassHeritage { ClassBody }
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
/*---
|
/*---
|
||||||
description: Brand for static private names and instance private names are different (field definitions in a class declaration)
|
description: Brand for static private names and instance private names are different (field definitions in a class declaration)
|
||||||
esid: prod-FieldDefinition
|
esid: prod-FieldDefinition
|
||||||
features: [class-static-methods-private, class]
|
features: [class-static-methods-private, class-methods-private, class]
|
||||||
flags: [generated]
|
flags: [generated]
|
||||||
info: |
|
info: |
|
||||||
ClassTail : ClassHeritage { ClassBody }
|
ClassTail : ClassHeritage { ClassBody }
|
||||||
|
|
Loading…
Reference in New Issue