Home
last modified time | relevance | path

Searched refs:CommandLineAPIScope (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-console.h27 class CommandLineAPIScope {
29 CommandLineAPIScope(v8::Local<v8::Context>,
32 ~CommandLineAPIScope();
47 DISALLOW_COPY_AND_ASSIGN(CommandLineAPIScope);
Dv8-console.cc770 void V8Console::CommandLineAPIScope::accessorGetterCallback( in accessorGetterCallback()
772 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( in accessorGetterCallback()
801 void V8Console::CommandLineAPIScope::accessorSetterCallback( in accessorSetterCallback()
804 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( in accessorSetterCallback()
816 V8Console::CommandLineAPIScope::CommandLineAPIScope( in CommandLineAPIScope() function in v8_inspector::V8Console::CommandLineAPIScope
838 CommandLineAPIScope::accessorGetterCallback, in CommandLineAPIScope()
839 CommandLineAPIScope::accessorSetterCallback, in CommandLineAPIScope()
851 V8Console::CommandLineAPIScope::~CommandLineAPIScope() { in ~CommandLineAPIScope()
Dinjected-script.h144 std::unique_ptr<V8Console::CommandLineAPIScope> m_commandLineAPIScope;
Dinjected-script.cc681 m_commandLineAPIScope.reset(new V8Console::CommandLineAPIScope( in installCommandLineAPI()