Searched defs:StackFrame (Results 1 – 3 of 3) sorted by relevance
212 struct StackFrame { struct217 std::stack<StackFrame, std::list<StackFrame>> fStack; argument
339 struct StackFrame { struct340 const uint8_t* fCode;341 const uint8_t* fIP;342 VValue* fStack;343 int fParameterCount;
2129 ExecutionContext &StackFrame = ECStack.back(); in callFunction() local