File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -1004,11 +1004,8 @@ contributors: Ron Buckton, Ecma International
10041004 1. If Type(_V_) is not Object, throw a *TypeError* exception.
10051005 1. Let _resource_ be ? CreateDisposableResource(_V_, _hint_).
10061006 1. Else,
1007- 1. If _V_ is *null* or *undefined*, then
1008- 1. Let _resource_ be ? CreateDisposableResource(*undefined*, _hint_, _method_).
1009- 1. Else,
1010- 1. If Type(_V_) is not Object, throw a *TypeError* exception.
1011- 1. Let _resource_ be ? CreateDisposableResource(_V_, _hint_, _method_).
1007+ 1. Assert: _V_ is *undefined*.
1008+ 1. Let _resource_ be ? CreateDisposableResource(*undefined*, _hint_, _method_).
10121009 1. Append _resource_ to _disposeCapability_.[[DisposableResourceStack]].
10131010 1. Return ~unused~.
10141011 </emu-alg>
You can’t perform that action at this time.
0 commit comments