Changeset 114309 in webkit for trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp
- Timestamp:
- Apr 16, 2012, 3:26:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGOperations.cpp
r113930 r114309 793 793 794 794 if (callType == CallTypeHost) { 795 execCallee->setCallee(asObject(callee)); 795 796 globalData->hostCallReturnValue = JSValue::decode(callData.native.function(execCallee)); 796 797 if (globalData->exception) … … 813 814 814 815 if (constructType == ConstructTypeHost) { 816 execCallee->setCallee(asObject(callee)); 815 817 globalData->hostCallReturnValue = JSValue::decode(constructData.native.function(execCallee)); 816 818 if (globalData->exception)
Note:
See TracChangeset
for help on using the changeset viewer.