Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc351 bool atReturn = !iterator->GetReturnValue().IsEmpty(); in asyncStepOutOfFunction() local
357 if (onlyAtReturn && !atReturn) return false; in asyncStepOutOfFunction()