test262/test/built-ins/FinalizationRegistry
Philip Chimento 554a18c34d Add tests for regular and well-known Symbols as weak values
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
2022-10-12 09:58:45 +02:00
..
prototype Add tests for regular and well-known Symbols as weak values 2022-10-12 09:58:45 +02:00
constructor.js
gc-has-one-chance-to-call-cleanupCallback-for-object.js Adapt descriptions of existing tests using Objects as weak values 2022-10-12 09:58:45 +02:00
instance-extensible.js
is-a-constructor.js Standardize built-in constructor testing 2020-10-06 12:01:34 -04:00
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.js
target-not-callable-throws.js
undefined-newtarget-throws.js
unnaffected-by-poisoned-cleanupCallback.js