Home
last modified time | relevance | path

Searched defs:commandLineAPI (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-console.cc779 v8::Local<v8::Object> commandLineAPI = v8::Object::New(isolate); in createCommandLineAPI() local
870 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback() local
903 v8::Local<v8::Context> context, v8::Local<v8::Object> commandLineAPI, in CommandLineAPIScope()
Dinjected-script.cc408 v8::Local<v8::Object> InjectedScript::commandLineAPI() { in commandLineAPI() function in v8_inspector::InjectedScript