Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-console.cc857 v8::Local<v8::Object> commandLineAPI = v8::Object::New(isolate); in createCommandLineAPI() local
859 commandLineAPI->SetPrototype(context, v8::Null(isolate)).FromMaybe(false); in createCommandLineAPI()
867 createBoundFunctionProperty(context, commandLineAPI, data, "dir", in createCommandLineAPI()
869 createBoundFunctionProperty(context, commandLineAPI, data, "dirxml", in createCommandLineAPI()
871 createBoundFunctionProperty(context, commandLineAPI, data, "profile", in createCommandLineAPI()
873 createBoundFunctionProperty(context, commandLineAPI, data, "profileEnd", in createCommandLineAPI()
875 createBoundFunctionProperty(context, commandLineAPI, data, "clear", in createCommandLineAPI()
877 createBoundFunctionProperty(context, commandLineAPI, data, "table", in createCommandLineAPI()
880 createBoundFunctionProperty(context, commandLineAPI, data, "keys", in createCommandLineAPI()
883 createBoundFunctionProperty(context, commandLineAPI, data, "values", in createCommandLineAPI()
[all …]
Dv8-console.h39 v8::Local<v8::Object> commandLineAPI,
Dinjected-script.h224 v8::Local<v8::Object> commandLineAPI();
Dinjected-script.cc877 v8::Local<v8::Object> InjectedScript::commandLineAPI() { in commandLineAPI() function in v8_inspector::InjectedScript
918 m_context, m_injectedScript->commandLineAPI(), m_context->Global())); in installCommandLineAPI()
/third_party/chromium/patch/
D0003-ohos-1115.patch260449 m_context, m_injectedScript->commandLineAPI(), m_context->Global()));