Home
last modified time | relevance | path

Searched refs:m_global (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/inspector/
Dv8-console.cc829 m_global(global), in CommandLineAPIScope()
842 if (m_global->Has(context, name).FromMaybe(true)) continue; in CommandLineAPIScope()
845 if (!m_global in CommandLineAPIScope()
871 bool success = m_global in ~CommandLineAPIScope()
Dv8-console.h43 v8::Local<v8::Object> m_global; variable