Changeset 100540 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.h
- Timestamp:
- Nov 16, 2011, 5:43:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.h
r100165 r100540 142 142 enum ExecutionFlag { Normal, InitializeAndReturn }; 143 143 144 CallFrameClosure prepareForRepeatCall(FunctionExecutable*, CallFrame*, JSFunction*, int arg Count, ScopeChainNode*);144 CallFrameClosure prepareForRepeatCall(FunctionExecutable*, CallFrame*, JSFunction*, int argumentCountIncludingThis, ScopeChainNode*); 145 145 void endRepeatCall(CallFrameClosure&); 146 146 JSValue execute(CallFrameClosure&);
Note:
See TracChangeset
for help on using the changeset viewer.