Searched refs:CommandLineAPIData (Results 1 – 2 of 2) sorted by relevance
102 using CommandLineAPIData = std::pair<V8Console*, int>; variable106 CommandLineAPIData* data = static_cast<CommandLineAPIData*>( in call()113 CommandLineAPIData* data = static_cast<CommandLineAPIData*>( in call()
679 v8::ArrayBuffer::New(isolate, sizeof(CommandLineAPIData)); in createCommandLineAPI()680 *static_cast<CommandLineAPIData*>(data->GetContents().Data()) = in createCommandLineAPI()681 CommandLineAPIData(this, sessionId); in createCommandLineAPI()