Home
last modified time | relevance | path

Searched refs:m_commandLineAPI (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dinjected-script.cc409 if (m_commandLineAPI.IsEmpty()) in commandLineAPI()
410 m_commandLineAPI.Reset(m_context->isolate(), in commandLineAPI()
412 return m_commandLineAPI.Get(m_context->isolate()); in commandLineAPI()
Dv8-console.h41 v8::Local<v8::Object> m_commandLineAPI; variable
Dinjected-script.h192 v8::Global<v8::Object> m_commandLineAPI; variable
Dv8-console.cc870 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback()
906 m_commandLineAPI(commandLineAPI), in CommandLineAPIScope()
911 if (!m_commandLineAPI->GetOwnPropertyNames(context).ToLocal(&names)) return; in CommandLineAPIScope()