diff --git a/spec.emu b/spec.emu index cec5e1b..df3067d 100644 --- a/spec.emu +++ b/spec.emu @@ -879,7 +879,7 @@ contributors: Ron Buckton, Ecma International InitializeReferencedBinding ( _V_: unknown, _W_: unknown, - _hint_: either ~normal~, ~sync-dispose~, or ~async-dispose~, + _hint_: one of ~normal~, ~sync-dispose~, or ~async-dispose~, ): either a normal completion containing ~unused~ or an abrupt completion
A DisposableStack adopt callback function is an anonymous built-in function object that has [[Argument]] and [[OnDisposeCallback]] internal slots.
-When a DisposableStack adopt callback function is called, the following steps are taken:
-An AsyncDisposableStack adopt callback function is an anonymous built-in function that has [[Argument]] and [[OnDisposeAsyncCallback]] internal slots.
-When an AsyncDisposableStack adopt callback function is called, the following steps are taken:
-