Searched refs:commandLineAPI (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/inspector/ |
D | v8-console.cc | 672 v8::Local<v8::Object> commandLineAPI = v8::Object::New(isolate); in createCommandLineAPI() local 674 commandLineAPI->SetPrototype(context, v8::Null(isolate)).FromMaybe(false); in createCommandLineAPI() 682 createBoundFunctionProperty(context, commandLineAPI, data, "dir", in createCommandLineAPI() 685 createBoundFunctionProperty(context, commandLineAPI, data, "dirxml", in createCommandLineAPI() 688 createBoundFunctionProperty(context, commandLineAPI, data, "profile", in createCommandLineAPI() 692 context, commandLineAPI, data, "profileEnd", in createCommandLineAPI() 695 createBoundFunctionProperty(context, commandLineAPI, data, "clear", in createCommandLineAPI() 699 context, commandLineAPI, data, "table", in createCommandLineAPI() 703 createBoundFunctionProperty(context, commandLineAPI, data, "keys", in createCommandLineAPI() 707 createBoundFunctionProperty(context, commandLineAPI, data, "values", in createCommandLineAPI() [all …]
|
D | injected-script.h | 201 v8::Local<v8::Object> commandLineAPI();
|
D | v8-console.h | 30 v8::Local<v8::Object> commandLineAPI,
|
D | injected-script.cc | 642 v8::Local<v8::Object> InjectedScript::commandLineAPI() { in commandLineAPI() function in v8_inspector::InjectedScript 682 m_context, m_injectedScript->commandLineAPI(), m_context->Global())); in installCommandLineAPI()
|