Searched refs:SetConsoleDelegate (Results 1 – 4 of 4) sorted by relevance
67 v8::debug::SetConsoleDelegate(m_isolate, console()); in V8InspectorImpl()72 v8::debug::SetConsoleDelegate(m_isolate, nullptr); in ~V8InspectorImpl()
204 V8_EXPORT_PRIVATE void SetConsoleDelegate(Isolate* isolate,
2521 debug::SetConsoleDelegate(isolate, &console); in ExecuteInThread()2666 debug::SetConsoleDelegate(isolate, &console); in ExecuteInThread()3403 debug::SetConsoleDelegate(isolate, &console); in Main()3457 debug::SetConsoleDelegate(isolate2, &console); in Main()
9662 void debug::SetConsoleDelegate(Isolate* v8_isolate, ConsoleDelegate* delegate) { in SetConsoleDelegate() function in v8::debug