Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-console.h102 using CommandLineAPIData = std::pair<V8Console*, int>; variable
106 CommandLineAPIData* data = static_cast<CommandLineAPIData*>( in call()
113 CommandLineAPIData* data = static_cast<CommandLineAPIData*>( in call()
Dv8-console.cc679 v8::ArrayBuffer::New(isolate, sizeof(CommandLineAPIData)); in createCommandLineAPI()
680 *static_cast<CommandLineAPIData*>(data->GetContents().Data()) = in createCommandLineAPI()
681 CommandLineAPIData(this, sessionId); in createCommandLineAPI()