HomeSort by relevance Sort by last modified time
    Searched refs:commandLineAPI (Results 1 - 4 of 4) sorted by null

  /external/v8/src/inspector/
v8-console.cc 779 v8::Local<v8::Object> commandLineAPI = v8::Object::New(isolate);
781 commandLineAPI->SetPrototype(context, v8::Null(isolate)).FromMaybe(false);
785 createBoundFunctionProperty(context, commandLineAPI, "dir",
788 createBoundFunctionProperty(context, commandLineAPI, "dirxml",
791 createBoundFunctionProperty(context, commandLineAPI, "profile",
795 context, commandLineAPI, "profileEnd", V8Console::profileEndCallback,
797 createBoundFunctionProperty(context, commandLineAPI, "clear",
801 context, commandLineAPI, "table", V8Console::tableCallback,
    [all...]
v8-console.h 29 v8::Local<v8::Object> commandLineAPI,
79 // CommandLineAPI
injected-script.h 186 v8::Local<v8::Object> commandLineAPI();
injected-script.cc 408 v8::Local<v8::Object> InjectedScript::commandLineAPI() {
443 m_context, m_injectedScript->commandLineAPI(), m_context->Global()));

Completed in 82 milliseconds