Changeset 77151 in webkit for trunk/Source/JavaScriptCore/runtime/Lookup.cpp
- Timestamp:
- Jan 31, 2011, 12:07:21 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Lookup.cpp
r77113 r77151 87 87 function = new (exec) NativeFunctionWrapper(exec, globalObject, globalObject->prototypeFunctionStructure(), entry->functionLength(), propertyName, entry->function()); 88 88 89 thisObj->putDirectFunction( propertyName, function, entry->attributes());89 thisObj->putDirectFunction(exec->globalData(), propertyName, function, entry->attributes()); 90 90 location = thisObj->getDirectLocation(propertyName); 91 91 }
Note:
See TracChangeset
for help on using the changeset viewer.