Home | History | Annotate | Download | only in src

Lines Matching refs:bottom_js_frame

1471   StackFrame* bottom_js_frame = frames[bottom_js_frame_index];
1473 ASSERT(bottom_js_frame->is_java_script());
1503 Address unused_stack_bottom = bottom_js_frame->fp()
1513 FixTryCatchHandler(pre_top_frame, bottom_js_frame);
1515 ASSERT(!FixTryCatchHandler(pre_top_frame, bottom_js_frame));
1519 pre_top_frame->SetCallerFp(bottom_js_frame->fp());
1522 Debug::SetUpFrameDropperFrame(bottom_js_frame, code);