Searched refs:bottom_js_frame (Results 1 – 1 of 1) sorted by relevance
1289 static void SetUpFrameDropperFrame(StackFrame* bottom_js_frame, in SetUpFrameDropperFrame() argument1291 DCHECK(bottom_js_frame->is_java_script()); in SetUpFrameDropperFrame()1292 Address fp = bottom_js_frame->fp(); in SetUpFrameDropperFrame()1314 StackFrame* bottom_js_frame = frames[bottom_js_frame_index]; in DropFrames() local1316 DCHECK(bottom_js_frame->is_java_script()); in DropFrames()1319 Isolate* isolate = bottom_js_frame->isolate(); in DropFrames()1367 bottom_js_frame->fp() - FrameDropperFrameConstants::kFixedFrameSize + in DropFrames()1417 FixTryCatchHandler(pre_top_frame, bottom_js_frame); in DropFrames()1419 DCHECK(!FixTryCatchHandler(pre_top_frame, bottom_js_frame)); in DropFrames()1423 pre_top_frame->SetCallerFp(bottom_js_frame->fp()); in DropFrames()[all …]