Searched refs:m_commandLineAPI (Results 1 – 4 of 4) sorted by relevance
643 if (m_commandLineAPI.IsEmpty()) { in commandLineAPI()644 m_commandLineAPI.Reset( in commandLineAPI()648 m_commandLineAPI.AnnotateStrongRetainer(kGlobalHandleLabel); in commandLineAPI()650 return m_commandLineAPI.Get(m_context->isolate()); in commandLineAPI()
213 v8::Global<v8::Object> m_commandLineAPI; variable
42 v8::Local<v8::Object> m_commandLineAPI; variable
783 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback()820 m_commandLineAPI(commandLineAPI), in CommandLineAPIScope()827 if (!m_commandLineAPI->GetOwnPropertyNames(context).ToLocal(&names)) return; in CommandLineAPIScope()