Changeset 15385 in webkit for trunk/JavaScriptCore/kjs/string_object.h
- Timestamp:
- Jul 12, 2006, 3:01:06 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/string_object.h
r14951 r15385 35 35 virtual void put(ExecState *exec, const Identifier &propertyName, JSValue *value, int attr = None); 36 36 virtual bool deleteProperty(ExecState *exec, const Identifier &propertyName); 37 virtual void getPropertyList( ExecState *exec,ReferenceList& propertyList, bool recursive);37 virtual void getPropertyList(ReferenceList& propertyList, bool recursive); 38 38 39 39 virtual const ClassInfo *classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.