Home
last modified time | relevance | path

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

/external/v8/src/
Dasync-hooks-wrapper.cc49 if (!hooks->async_hook_ctor.Get(isolate)->HasInstance(hook)) { in UnwrapHook()
193 async_hook_ctor.Reset(isolate_, FunctionTemplate::New(isolate_)); in Initialize()
194 async_hook_ctor.Get(isolate_)->SetClassName( in Initialize()
199 async_hook_ctor.Get(isolate_)->InstanceTemplate()); in Initialize()
Dasync-hooks-wrapper.h72 Persistent<FunctionTemplate> async_hook_ctor; variable