Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.h120 void installCommandLineAPI();
Dv8-runtime-agent-impl.cc258 if (includeCommandLineAPI.fromMaybe(false)) scope.installCommandLineAPI(); in evaluate()
563 if (includeCommandLineAPI.fromMaybe(false)) scope.installCommandLineAPI(); in runScript()
Dinjected-script.cc678 void InjectedScript::Scope::installCommandLineAPI() { in installCommandLineAPI() function in v8_inspector::InjectedScript::Scope
Dv8-debugger-agent-impl.cc1070 if (includeCommandLineAPI.fromMaybe(false)) scope.installCommandLineAPI(); in evaluateOnCallFrame()