Searched defs:CallFrameClosure (Results 1 – 1 of 1) sorted by relevance
31 struct CallFrameClosure { struct32 CallFrame* oldCallFrame;33 CallFrame* newCallFrame;34 JSFunction* function;35 FunctionExecutable* functionExecutable;36 JSGlobalData* globalData;37 Register* oldEnd;38 ScopeChainNode* scopeChain;39 int expectedParams;40 int providedParams;[all …]