Home
last modified time | relevance | path

Searched refs:SetConsoleDelegate (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-inspector-impl.cc67 v8::debug::SetConsoleDelegate(m_isolate, console()); in V8InspectorImpl()
72 v8::debug::SetConsoleDelegate(m_isolate, nullptr); in ~V8InspectorImpl()
/external/v8/src/debug/
Ddebug-interface.h204 V8_EXPORT_PRIVATE void SetConsoleDelegate(Isolate* isolate,
/external/v8/src/
Dd8.cc2521 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()
Dapi.cc9662 void debug::SetConsoleDelegate(Isolate* v8_isolate, ConsoleDelegate* delegate) { in SetConsoleDelegate() function in v8::debug