Lines Matching refs:frames_it
1307 JavaScriptFrameIterator frames_it(isolate_, id); in PrepareStep() local
1308 JavaScriptFrame* frame = frames_it.frame(); in PrepareStep()
1320 frames_it.Advance(); in PrepareStep()
1322 JSFunction* function = frames_it.frame()->function(); in PrepareStep()
1387 while (step_count-- > 0 && !frames_it.done()) { in PrepareStep()
1388 frames_it.Advance(); in PrepareStep()
1392 frames_it.Advance(); in PrepareStep()
1395 while (!frames_it.done() && in PrepareStep()
1396 frames_it.frame()->function()->IsFromNativeScript()) { in PrepareStep()
1397 frames_it.Advance(); in PrepareStep()
1401 if (!frames_it.done()) { in PrepareStep()
1403 JSFunction* function = frames_it.frame()->function(); in PrepareStep()
1406 ActivateStepOut(frames_it.frame()); in PrepareStep()