Searched defs:commandLineAPI (Results 1 – 2 of 2) sorted by relevance
779 v8::Local<v8::Object> commandLineAPI = v8::Object::New(isolate); in createCommandLineAPI() local870 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback() local903 v8::Local<v8::Context> context, v8::Local<v8::Object> commandLineAPI, in CommandLineAPIScope()
408 v8::Local<v8::Object> InjectedScript::commandLineAPI() { in commandLineAPI() function in v8_inspector::InjectedScript