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