Home
last modified time | relevance | path

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

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