Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc705 const char* debuggerMethod = nullptr; in getTargetScopes() local
708 debuggerMethod = "getFunctionScopes"; in getTargetScopes()
711 debuggerMethod = "getGeneratorScopes"; in getTargetScopes()
715 if (!callDebuggerMethod(debuggerMethod, 1, argv, true).ToLocal(&scopesValue)) in getTargetScopes()