• Home
  • Raw
  • Download

Lines Matching full:execution

33     // 1.Let asyncContext be the running execution context.  in AsyncFunctionAwait()
83 … // 11.Remove asyncContext from the execution context stack and restore the execution context that in AsyncFunctionAwait()
84 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait()
94 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait()
143 … // 11.Remove asyncContext from the execution context stack and restore the execution context that in AsyncFunctionAwait()
144 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait()
162 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitFulfilled()
164 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution in AsyncFunctionAwaitFulfilled()
168 …rt: When we reach this step, asyncContext has already been removed from the execution context stack in AsyncFunctionAwaitFulfilled()
169 // and prevContext is the currently running execution context. in AsyncFunctionAwaitFulfilled()
191 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitRejected()
193 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution in AsyncFunctionAwaitRejected()
198 …// 6.Assert: When we reach this step, asyncContext has already been removed from the execution con… in AsyncFunctionAwaitRejected()
199 // and prevContext is the currently running execution context. in AsyncFunctionAwaitRejected()