Home
last modified time | relevance | path

Searched defs:commandLineAPI (Results 1 – 2 of 2) 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
946 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback() local
978 v8::Local<v8::Context> context, v8::Local<v8::Object> commandLineAPI, in CommandLineAPIScope()
Dinjected-script.cc877 v8::Local<v8::Object> InjectedScript::commandLineAPI() { in commandLineAPI() function in v8_inspector::InjectedScript