Changeset 35068 in webkit for trunk/JavaScriptCore/kjs/JSObject.h
- Timestamp:
- Jul 8, 2008, 11:28:27 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/JSObject.h
r35027 r35068 307 307 void putDirect(ExecState*, const Identifier& propertyName, int value, unsigned attr = 0); 308 308 void removeDirect(const Identifier& propertyName); 309 bool hasCustomProperties() { return !m_propertyMap.isEmpty(); } 309 310 310 311 // convenience to add a function property under the function's own built-in name
Note:
See TracChangeset
for help on using the changeset viewer.