Lines Matching full:context
37 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait()
84 … // 11.Remove asyncContext from the execution context stack and restore the execution context that in AsyncFunctionAwait()
85 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait()
95 // 1.Let asyncContext be the running execution context. in AsyncFunctionAwait()
141 … // 11.Remove asyncContext from the execution context stack and restore the execution context that in AsyncFunctionAwait()
142 // is at the top of the execution context stack as the running execution context. in AsyncFunctionAwait()
160 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitFulfilled()
162 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitFulfilled()
166 …rt: When we reach this step, asyncContext has already been removed from the execution context stack in AsyncFunctionAwaitFulfilled()
167 // and prevContext is the currently running execution context. in AsyncFunctionAwaitFulfilled()
188 // 2.Let prevContext be the running execution context. in AsyncFunctionAwaitRejected()
190 …// 4.Push asyncContext onto the execution context stack; asyncContext is now the running execution… in AsyncFunctionAwaitRejected()
195 …rt: When we reach this step, asyncContext has already been removed from the execution context stack in AsyncFunctionAwaitRejected()
196 // and prevContext is the currently running execution context. in AsyncFunctionAwaitRejected()