Searched refs:frame_iterator (Results 1 – 1 of 1) sorted by relevance
80 i::StackFrameIterator frame_iterator(isolate); in construct_call() local81 CHECK(frame_iterator.frame()->is_exit()); in construct_call()82 frame_iterator.Advance(); in construct_call()83 CHECK(frame_iterator.frame()->is_construct()); in construct_call()84 frame_iterator.Advance(); in construct_call()85 i::StackFrame* calling_frame = frame_iterator.frame(); in construct_call()