Changeset 95318 in webkit for trunk/Source/JavaScriptCore/runtime/Lookup.h
- Timestamp:
- Sep 16, 2011, 1:32:15 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Lookup.h
r95310 r95318 334 334 if (entry->attributes() & Function) { // function: put as override property 335 335 if (LIKELY(value.isCell())) 336 thisObj->putDirect Function(exec->globalData(), propertyName, value.asCell());336 thisObj->putDirect(exec->globalData(), propertyName, value.asCell()); 337 337 else 338 338 thisObj->putDirect(exec->globalData(), propertyName, value);
Note:
See TracChangeset
for help on using the changeset viewer.