Changeset 104886 in webkit for trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
- Timestamp:
- Jan 12, 2012, 5:40:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
r103697 r104886 185 185 // expose in the activation object. 186 186 ASSERT(!thisObject->hasGetterSetterProperties()); 187 thisObject->put Direct(exec->globalData(), propertyName, value, 0, true, slot);187 thisObject->putOwnDataProperty(exec->globalData(), propertyName, value, slot); 188 188 } 189 189
Note:
See TracChangeset
for help on using the changeset viewer.