mirror of https://github.com/tc39/test262.git
554a18c34d
This adds tests to WeakMap, WeakSet, WeakRef, and FinalizationRegistry for Symbols as weakly-held values. Regular symbols and well-known symbols are both tested. These tests correspond to existing tests for Objects as weakly-held values, but are put in separate files so that they can be filtered out with the "symbols-as-weakmap-keys" feature flag. Registered symbols are not allowed; this is already tested in the "cannot- be-held-weakly" tests. See: #2850 |
||
---|---|---|
.. | ||
prototype | ||
constructor.js | ||
instance-extensible.js | ||
is-a-constructor.js | ||
length.js | ||
name.js | ||
newtarget-prototype-is-not-object.js | ||
prop-desc.js | ||
proto-from-ctor-realm.js | ||
proto.js | ||
prototype-from-newtarget-abrupt.js | ||
prototype-from-newtarget-custom.js | ||
prototype-from-newtarget.js | ||
returns-new-object-from-constructor-with-object-target.js | ||
returns-new-object-from-constructor-with-symbol-target.js | ||
throws-when-target-cannot-be-held-weakly.js | ||
undefined-newtarget-throws.js |