Searched refs:commandLineAPI (Results 1 – 5 of 5) sorted by relevance
| /third_party/node/deps/v8/src/inspector/ |
| D | v8-console.cc | 857 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 …]
|
| D | v8-console.h | 39 v8::Local<v8::Object> commandLineAPI,
|
| D | injected-script.h | 224 v8::Local<v8::Object> commandLineAPI();
|
| D | injected-script.cc | 877 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/ |
| D | 0003-ohos-1115.patch | 260449 m_context, m_injectedScript->commandLineAPI(), m_context->Global()));
|