INTERPRETING.md: Add $262.gc() and "host-gc-required" feature (#2208)

This commit is contained in:
Rick Waldron 2019-06-21 11:18:10 -04:00 committed by Leo Balter
parent df1a1c75b7
commit b223ac4e1f
2 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,7 @@ properties of the global scope prior to test execution.
5. Let status be ScriptEvaluation(s).
6. Return Completion(status).
- **`gc`** - a function that wraps the host's garbage collection invocation mechanism, if such a capability exists. Must throw an exception if no capability exists. This is necessary for testing the semantics of any feature that relies on garbage collection, e.g. the `WeakRef` API.
- **`global`** - a reference to the global object on which `$262` was initially defined
- **`IsHTMLDDA`** - (present only in implementations that can provide it) an
object that 1) has an [[IsHTMLDDA]] internal slot, and 2) when called with

View File

@ -218,3 +218,4 @@ WeakSet
# object, go here.
IsHTMLDDA
host-gc-required