Searched refs:DisableDebugger (Results 1 – 2 of 2) sorted by relevance
573 static void DisableDebugger(const v8::FunctionCallbackInfo<v8::Value>& args);
2227 void Shell::DisableDebugger(const v8::FunctionCallbackInfo<v8::Value>& args) { in DisableDebugger() function in v8::Shell3183 FunctionTemplate::New(isolate, DisableDebugger, Local<Value>(), in CreateD8Template()