Searched refs:CommandLineAPIScope (Results 1 – 4 of 4) sorted by relevance
26 class CommandLineAPIScope {28 CommandLineAPIScope(v8::Local<v8::Context>,31 ~CommandLineAPIScope();46 DISALLOW_COPY_AND_ASSIGN(CommandLineAPIScope);
826 void V8Console::CommandLineAPIScope::accessorGetterCallback( in accessorGetterCallback()828 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( in accessorGetterCallback()856 void V8Console::CommandLineAPIScope::accessorSetterCallback( in accessorSetterCallback()859 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( in accessorSetterCallback()871 V8Console::CommandLineAPIScope::CommandLineAPIScope( in CommandLineAPIScope() function in v8_inspector::V8Console::CommandLineAPIScope891 CommandLineAPIScope::accessorGetterCallback, in CommandLineAPIScope()892 CommandLineAPIScope::accessorSetterCallback, in CommandLineAPIScope()903 V8Console::CommandLineAPIScope::~CommandLineAPIScope() { in ~CommandLineAPIScope()
129 std::unique_ptr<V8Console::CommandLineAPIScope> m_commandLineAPIScope;
441 m_commandLineAPIScope.reset(new V8Console::CommandLineAPIScope( in installCommandLineAPI()