Changeset 104899 in webkit for trunk/Source/JavaScriptCore/API
- Timestamp:
- Jan 12, 2012, 10:44:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/API/JSObjectRef.cpp
r99497 r104899 275 275 276 276 if (attributes && !jsObject->hasProperty(exec, name)) 277 jsObject->methodTable()->put WithAttributes(jsObject, exec, name, jsValue, attributes);277 jsObject->methodTable()->putDirectVirtual(jsObject, exec, name, jsValue, attributes); 278 278 else { 279 279 PutPropertySlot slot;
Note:
See TracChangeset
for help on using the changeset viewer.