Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.h190 bool asyncStepOutOfFunction(int targetContextGroupId, bool onlyAtReturn);
Dv8-debugger.cc348 bool onlyAtReturn) { in asyncStepOutOfFunction() argument
357 if (onlyAtReturn && !atReturn) return false; in asyncStepOutOfFunction()