Home
last modified time | relevance | path

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

/third_party/node/src/
Dinspector_agent.h79 v8::Local<v8::Function> disable_function);
Dinspector_js_api.cc267 Local<Function> disable_function = args[1].As<Function>(); in RegisterAsyncHookWrapper() local
269 enable_function, disable_function); in RegisterAsyncHookWrapper()
Dinspector_agent.cc805 Local<Function> disable_function) { in RegisterAsyncHook() argument
807 parent_env_->set_inspector_disable_async_hooks(disable_function); in RegisterAsyncHook()