Searched refs:getTargetScopes (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/inspector/
H A Dv8-debugger.h120 v8::MaybeLocal<v8::Value> getTargetScopes(v8::Local<v8::Context>,
H A Dv8-debugger.cc695 v8::MaybeLocal<v8::Value> V8Debugger::getTargetScopes( function in class:v8_inspector::V8Debugger
734 return getTargetScopes(context, function, FUNCTION);
739 return getTargetScopes(context, generator, GENERATOR);

Completed in 131 milliseconds