Home
last modified time | relevance | path

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

/external/v8/src/
Dasync-hooks-wrapper.h60 asyncContexts.push(ctx); in AsyncHooks()
90 std::stack<AsyncContext> asyncContexts; variable
Dasync-hooks-wrapper.cc78 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()