Searched refs:asyncContexts (Results 1 – 2 of 2) sorted by relevance
53 asyncContexts.push(ctx); in AsyncHooks()113 return asyncContexts.top().execution_async_id; in GetExecutionAsyncId()117 return asyncContexts.top().trigger_async_id; in GetTriggerAsyncId()222 hooks->asyncContexts.push(ctx); in ShellPromiseHook()224 hooks->asyncContexts.pop(); in ShellPromiseHook()
84 std::stack<AsyncContext> asyncContexts; variable