Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.cc672 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 …]
Dinjected-script.h201 v8::Local<v8::Object> commandLineAPI();
Dv8-console.h30 v8::Local<v8::Object> commandLineAPI,
Dinjected-script.cc642 v8::Local<v8::Object> InjectedScript::commandLineAPI() { in commandLineAPI() function in v8_inspector::InjectedScript
682 m_context, m_injectedScript->commandLineAPI(), m_context->Global())); in installCommandLineAPI()