Changeset 68076 in webkit for trunk/JavaScriptCore/interpreter/Interpreter.cpp
- Timestamp:
- Sep 22, 2010, 1:24:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/interpreter/Interpreter.cpp
r65847 r68076 3833 3833 } 3834 3834 } else { 3835 if (!arguments.isObject()) { 3836 exceptionValue = createInvalidParamError(callFrame, "Function.prototype.apply", arguments, vPC - codeBlock->instructions().begin(), codeBlock); 3837 goto vm_throw; 3838 } 3835 exceptionValue = createInvalidParamError(callFrame, "Function.prototype.apply", arguments, vPC - codeBlock->instructions().begin(), codeBlock); 3836 goto vm_throw; 3839 3837 } 3840 3838 }
Note:
See TracChangeset
for help on using the changeset viewer.