Home | History | Annotate | Download | only in interpreter

Lines Matching defs:callFrame

47     typedef ExecState CallFrame;
59 Register& operator=(CallFrame*);
66 CallFrame* callFrame() const;
84 CallFrame* callFrame;
126 ALWAYS_INLINE Register& Register::operator=(CallFrame* callFrame)
128 u.callFrame = callFrame;
149 ALWAYS_INLINE CallFrame* Register::callFrame() const
151 return u.callFrame;