You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.emu
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1065,12 +1065,13 @@ contributors: Ron Buckton, Ecma International
1065
1065
1. Let _method_ be ? GetMethod(_V_, @@asyncDispose).
1066
1066
1. If _method_ is *undefined*, then
1067
1067
1. Set _method_ to ? GetMethod(_V_, @@dispose).
1068
-
1. Let _closure_ be a new Abstract Closure with no parameters that captures _method_ and performs the following steps when called:
1069
-
1. Let _O_ be the *this* value.
1070
-
1. Perform ? Call(_method_, _O_).
1071
-
1. Return *undefined*.
1072
-
1. NOTE: This function is not observable to user code. It is used to ensure that a Promise returned from a synchronous `@@dispose` method will not be awaited.
1. Let _closure_ be a new Abstract Closure with no parameters that captures _method_ and performs the following steps when called:
1070
+
1. Let _O_ be the *this* value.
1071
+
1. Perform ? Call(_method_, _O_).
1072
+
1. Return *undefined*.
1073
+
1. NOTE: This function is not observable to user code. It is used to ensure that a Promise returned from a synchronous `@@dispose` method will not be awaited.
0 commit comments