mirror of https://github.com/tc39/test262.git
Add missing used features to private fields tests (#2361)
This commit is contained in:
parent
7697d3a1d5
commit
5de1bb4cd5
|
@ -43,7 +43,7 @@ info: |
|
|||
3. If the binding for N in envRec is an uninitialized binding, throw a ReferenceError exception.
|
||||
...
|
||||
|
||||
features: [class-fields-private, class]
|
||||
features: [class-fields-private, class-fields-public, class]
|
||||
---*/
|
||||
|
||||
const self = this;
|
||||
|
|
|
@ -63,7 +63,7 @@ info: |
|
|||
4. If entry is empty, throw a TypeError exception.
|
||||
5. Return entry.[[PrivateFieldValue]].
|
||||
|
||||
features: [class-fields-private, class]
|
||||
features: [class-fields-private, class-fields-public, class]
|
||||
---*/
|
||||
|
||||
const self = this;
|
||||
|
|
Loading…
Reference in New Issue