Home
last modified time | relevance | path

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

/external/v8/src/d8/
Dasync-hooks-wrapper.h15 using async_id_t = double; variable
18 async_id_t execution_async_id;
19 async_id_t trigger_async_id;
67 async_id_t GetExecutionAsyncId() const;
68 async_id_t GetTriggerAsyncId() const;
91 async_id_t current_async_id;
Dasync-hooks-wrapper.cc74 async_id_t AsyncHooks::GetExecutionAsyncId() const { in GetExecutionAsyncId()
78 async_id_t AsyncHooks::GetTriggerAsyncId() const { in GetTriggerAsyncId()