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