Lines Matching full:frame
171 inline JavaScriptFrame* JavaScriptFrameIteratorTemp<Iterator>::frame() const {
172 // TODO(1233797): The frame hierarchy needs to change. It's
174 // the JavaScript frame type, because we may encounter arguments
176 StackFrame* frame = iterator_.frame();
177 ASSERT(frame->is_java_script() || frame->is_arguments_adaptor());
178 return static_cast<JavaScriptFrame*>(frame);
187 if (frame()->id() == id) return;
196 } while (!iterator_.done() && !iterator_.frame()->is_java_script());
202 if (!frame()->has_adapted_arguments()) return;
204 ASSERT(iterator_.frame()->is_arguments_adaptor());