Lines Matching refs:frame
67 JavaScriptFrame* frame);
70 JavaScriptFrame* frame,
89 JavaScriptFrame* frame) const;
232 // The break target may not be the top-most frame, since we may be
234 void Break(JavaScriptFrame* frame, Handle<JSFunction> break_target);
322 // Check whether this frame is just about to return.
323 bool IsBreakAtReturn(JavaScriptFrame* frame);
359 bool PerformSideEffectCheckAtBytecode(InterpretedFrame* frame);
457 bool IsFrameBlackboxed(JavaScriptFrame* frame);
459 void ActivateStepOut(StackFrame* frame);
470 JavaScriptFrame* frame, bool* hasBreakpoints);
472 bool IsMutedAtCurrentLocation(JavaScriptFrame* frame);
536 // Frame id for the frame of the current break.
552 // Frame pointer from last step next or step frame action.
555 // Frame pointer of the target frame we want to arrive at.
613 StackFrameId break_frame_id_; // Previous break frame id.