mirror of https://github.com/tc39/test262.git
add WeakRef feature to WeakRef/constructor test. (#2209)
This commit is contained in:
parent
f7591eb01b
commit
7a1da555a5
|
@ -6,6 +6,7 @@ esid: sec-weak-ref-constructor
|
|||
description: >
|
||||
The WeakRef constructor is the %WeakRef% intrinsic object and the initial
|
||||
value of the WeakRef property of the global object.
|
||||
features: [WeakRef]
|
||||
---*/
|
||||
|
||||
assert.sameValue(
|
||||
|
|
Loading…
Reference in New Issue