Home
last modified time | relevance | path

Searched refs:async_hooks_templ (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dasync-hooks-wrapper.cc123 Local<Object> obj = async_hooks_templ.Get(isolate) in CreateHook()
198 async_hooks_templ.Reset(isolate_, in Initialize()
200 async_hooks_templ.Get(isolate_)->SetInternalFieldCount(1); in Initialize()
201 async_hooks_templ.Get(isolate_)->Set( in Initialize()
205 async_hooks_templ.Get(isolate_)->Set( in Initialize()
Dasync-hooks-wrapper.h77 Persistent<ObjectTemplate> async_hooks_templ; variable
Dd8.cc1870 Local<ObjectTemplate> async_hooks_templ = ObjectTemplate::New(isolate); in CreateGlobalTemplate() local
1871 async_hooks_templ->Set( in CreateGlobalTemplate()
1875 async_hooks_templ->Set( in CreateGlobalTemplate()
1879 async_hooks_templ->Set( in CreateGlobalTemplate()
1886 async_hooks_templ); in CreateGlobalTemplate()