Changeset 26074 in webkit for trunk/JavaScriptCore/kjs/object.cpp
- Timestamp:
- Oct 5, 2007, 5:54:00 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.cpp
r25161 r26074 559 559 } 560 560 561 void JSObject::removeDirect(const Identifier &propertyName) 562 { 563 _prop.remove(propertyName); 564 } 565 561 566 void JSObject::putDirectFunction(InternalFunctionImp* func, int attr) 562 567 {
Note:
See TracChangeset
for help on using the changeset viewer.