Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h24 static v8::Local<v8::Object> createCommandLineAPI(InspectedContext*);
Dinjected-script.cc411 V8Console::createCommandLineAPI(m_context)); in commandLineAPI()
Dv8-console.cc772 v8::Local<v8::Object> V8Console::createCommandLineAPI( in createCommandLineAPI() function in v8_inspector::V8Console