Searched refs:m_commandLineAPI (Results 1 – 4 of 4) sorted by relevance
408 if (m_commandLineAPI.IsEmpty()) in commandLineAPI()409 m_commandLineAPI.Reset(m_context->isolate(), in commandLineAPI()411 return m_commandLineAPI.Get(m_context->isolate()); in commandLineAPI()
41 v8::Local<v8::Object> m_commandLineAPI; variable
192 v8::Global<v8::Object> m_commandLineAPI; variable
839 v8::Local<v8::Object> commandLineAPI = scope->m_commandLineAPI; in accessorGetterCallback()875 m_commandLineAPI(commandLineAPI), in CommandLineAPIScope()880 if (!m_commandLineAPI->GetOwnPropertyNames(context).ToLocal(&names)) return; in CommandLineAPIScope()