Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.cc441 !m_commandLineAPIScope.get()); in installCommandLineAPI()
442 m_commandLineAPIScope.reset(new V8Console::CommandLineAPIScope( in installCommandLineAPI()
472 m_commandLineAPIScope.reset(); in cleanup()
Dinjected-script.h129 std::unique_ptr<V8Console::CommandLineAPIScope> m_commandLineAPIScope; variable