Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dinjected-script.cc878 if (m_commandLineAPI.IsEmpty()) { in commandLineAPI()
880 m_commandLineAPI.Reset( in commandLineAPI()
884 m_commandLineAPI.AnnotateStrongRetainer(kGlobalHandleLabel); in commandLineAPI()
886 return m_commandLineAPI.Get(m_context->isolate()); in commandLineAPI()
Dv8-console.h53 v8::Local<v8::Object> m_commandLineAPI; variable
Dinjected-script.h243 v8::Global<v8::Object> m_commandLineAPI; variable
Dv8-console.cc946 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback()
981 m_commandLineAPI(commandLineAPI), in CommandLineAPIScope()
987 if (!m_commandLineAPI->GetOwnPropertyNames(context).ToLocal(&names)) return; in CommandLineAPIScope()