Home
last modified time | relevance | path

Searched refs:asyncContexts (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/d8/
Dasync-hooks-wrapper.cc53 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()
Dasync-hooks-wrapper.h84 std::stack<AsyncContext> asyncContexts; variable