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,
|
||||
a. Throw a TypeError exception.
|
||||
template: default
|
||||
features: [class-static-methods-private]
|
||||
features: [class-static-methods-private, class-methods-private]
|
||||
---*/
|
||||
|
||||
//- elements
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
/*---
|
||||
description: Brand for static private names and instance private names are different (field definitions in a class expression)
|
||||
esid: prod-FieldDefinition
|
||||
features: [class-static-methods-private, class]
|
||||
features: [class-static-methods-private, class-methods-private, class]
|
||||
flags: [generated]
|
||||
info: |
|
||||
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)
|
||||
esid: prod-FieldDefinition
|
||||
features: [class-static-methods-private, class]
|
||||
features: [class-static-methods-private, class-methods-private, class]
|
||||
flags: [generated]
|
||||
info: |
|
||||
ClassTail : ClassHeritage { ClassBody }
|
||||
|
|
Loading…
Reference in New Issue