Lines Matching refs:StepOut
544 // StepOut at not return position was requested and return break locations
553 PrepareStep(StepOut);
561 case StepOut:
562 // StepOut should not break in a deeper frame than target frame.
1157 if ((last_step_action() == StepOver || last_step_action() == StepOut) &&
1217 (step_action == StepOut || (IsGeneratorFunction(shared->kind()) &&
1219 // On StepOut we'll ignore our further calls to current function in
1221 if (last_step_action() == StepOut) {
1224 step_action = StepOut;
1232 if (step_action == StepOver && IsBlackboxed(shared)) step_action = StepOut;
1240 } else if (frame->is_wasm() && step_action != StepOut) {
1251 step_action = StepOut;
1259 case StepOut: {
1266 // will repeat StepOut automatically at next break.