Changeset 97342 in webkit for trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Oct 12, 2011, 10:01:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/interpreter/Interpreter.cpp
r97097 r97342 5139 5139 } 5140 5140 5141 Arguments* arguments = Arguments::create(functionCallFrame->globalData(), functionCallFrame); 5142 arguments->copyRegisters(functionCallFrame->globalData()); 5143 return arguments; 5141 return Arguments::createAndCopyRegisters(functionCallFrame->globalData(), functionCallFrame); 5144 5142 } 5145 5143
Note:
See TracChangeset
for help on using the changeset viewer.