Home | History | Annotate | Download | only in src

Lines Matching full:frame

238                                JavaScriptFrame* frame);
387 static void ActivateStepIn(StackFrame* frame);
389 static void ActivateStepOut(StackFrame* frame);
394 static void SetAfterBreakTarget(JavaScriptFrame* frame);
424 // Frame id for the frame of the current break.
436 // Frame pointer from last step next action.
439 // Frame pointer for frame from which step in was performed.
442 // Frame pointer for the frame where debugger should be called when current
720 // Store the previous break id and frame id.
725 // break frame id.
727 Debug::NewBreak(it_.frame()->id());
803 StackFrame::Id break_frame_id_; // Previous break frame id.