Changeset 48336 in webkit for trunk/JavaScriptCore/runtime/StringObject.h
- Timestamp:
- Sep 12, 2009, 7:44:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/StringObject.h
r48083 r48336 40 40 virtual void put(ExecState* exec, const Identifier& propertyName, JSValue, PutPropertySlot&); 41 41 virtual bool deleteProperty(ExecState*, const Identifier& propertyName); 42 virtual void get PropertyNames(ExecState*, PropertyNameArray&);42 virtual void getOwnPropertyNames(ExecState*, PropertyNameArray&); 43 43 44 44 virtual const ClassInfo* classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.