Searched refs:pre_top_frame (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dliveedit.cc1469 StackFrame* pre_top_frame = frames[top_frame_index - 1]; local
1477 Code* pre_top_frame_code = pre_top_frame->LookupCode();
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());

Completed in 91 milliseconds