Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h26 class CommandLineAPIScope {
28 CommandLineAPIScope(v8::Local<v8::Context>,
31 ~CommandLineAPIScope();
46 DISALLOW_COPY_AND_ASSIGN(CommandLineAPIScope);
Dv8-console.cc857 void V8Console::CommandLineAPIScope::accessorGetterCallback( in accessorGetterCallback()
859 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( in accessorGetterCallback()
887 void V8Console::CommandLineAPIScope::accessorSetterCallback( in accessorSetterCallback()
890 CommandLineAPIScope* scope = static_cast<CommandLineAPIScope*>( in accessorSetterCallback()
902 V8Console::CommandLineAPIScope::CommandLineAPIScope( in CommandLineAPIScope() function in v8_inspector::V8Console::CommandLineAPIScope
922 CommandLineAPIScope::accessorGetterCallback, in CommandLineAPIScope()
923 CommandLineAPIScope::accessorSetterCallback, in CommandLineAPIScope()
934 V8Console::CommandLineAPIScope::~CommandLineAPIScope() { in ~CommandLineAPIScope()
Dinjected-script.h129 std::unique_ptr<V8Console::CommandLineAPIScope> m_commandLineAPIScope;
Dinjected-script.cc442 m_commandLineAPIScope.reset(new V8Console::CommandLineAPIScope( in installCommandLineAPI()