Changeset 114317 in webkit for trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
- Timestamp:
- Apr 16, 2012, 4:37:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/llint/LLIntSlowPaths.cpp
r114309 r114317 1242 1242 1243 1243 if (callType == CallTypeHost) { 1244 execCallee->setCallee(asObject(callee));1245 1244 globalData.hostCallReturnValue = JSValue::decode(callData.native.function(execCallee)); 1246 1245 … … 1264 1263 1265 1264 if (constructType == ConstructTypeHost) { 1266 execCallee->setCallee(asObject(callee));1267 1265 globalData.hostCallReturnValue = JSValue::decode(constructData.native.function(execCallee)); 1268 1266
Note:
See TracChangeset
for help on using the changeset viewer.