Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h42 v8::Local<v8::Object> m_global; variable
Dv8-console.cc907 m_global(global), in CommandLineAPIScope()
917 if (m_global->Has(context, name).FromMaybe(true)) continue; in CommandLineAPIScope()
920 if (!m_global in CommandLineAPIScope()
942 bool success = m_global in ~CommandLineAPIScope()