Home
last modified time | relevance | path

Searched refs:disable_function (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/
H A Dinspector_agent.h79 v8::Local<v8::Function> disable_function);
H A Dinspector_js_api.cc270 Local<Function> disable_function = args[1].As<Function>(); in RegisterAsyncHookWrapper() local
272 enable_function, disable_function); in RegisterAsyncHookWrapper()
H A Dinspector_agent.cc848 Local<Function> disable_function) { in RegisterAsyncHook()
850 parent_env_->set_inspector_disable_async_hooks(disable_function); in RegisterAsyncHook()
846 RegisterAsyncHook(Isolate* isolate, Local<Function> enable_function, Local<Function> disable_function) RegisterAsyncHook() argument

Completed in 3 milliseconds