Home
last modified time | relevance | path

Searched defs:asyncContext (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/api/
Dcallback.cc23 async_context asyncContext) in CallbackScope()
46 const async_context& asyncContext, in InternalCallbackScope()
154 async_context asyncContext) { in InternalMakeCallback()
215 async_context asyncContext) { in MakeCallback()
227 async_context asyncContext) { in MakeCallback()
250 async_context asyncContext) { in MakeCallback()
Dhooks.cc206 void EmitAsyncDestroy(Isolate* isolate, async_context asyncContext) { in EmitAsyncDestroy()
210 void EmitAsyncDestroy(Environment* env, async_context asyncContext) { in EmitAsyncDestroy()
/third_party/node/test/addons/callback-scope/
Dbinding.cc20 node::async_context asyncContext = { in RunInCallbackScope() local