Searched refs:asyncContexts (Results 1 – 2 of 2) sorted by relevance
60 asyncContexts.push(ctx); in AsyncHooks()90 std::stack<AsyncContext> asyncContexts; variable
78 return asyncContexts.top().execution_async_id; in GetExecutionAsyncId()82 return asyncContexts.top().trigger_async_id; in GetTriggerAsyncId()180 hooks->asyncContexts.push(ctx); in ShellPromiseHook()182 hooks->asyncContexts.pop(); in ShellPromiseHook()