Changeset 9582 in webkit for trunk/JavaScriptCore/kjs/array_instance.h
- Timestamp:
- Jul 3, 2005, 3:47:58 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.h
r9455 r9582 38 38 virtual void put(ExecState *exec, const Identifier &propertyName, const Value &value, int attr = None); 39 39 virtual void put(ExecState *exec, unsigned propertyName, const Value &value, int attr = None); 40 virtual bool has Property(ExecState *exec, const Identifier &propertyName) const;41 virtual bool has Property(ExecState *exec, unsigned propertyName) const;40 virtual bool hasOwnProperty(ExecState *exec, const Identifier &propertyName) const; 41 virtual bool hasOwnProperty(ExecState *exec, unsigned propertyName) const; 42 42 virtual bool deleteProperty(ExecState *exec, const Identifier &propertyName); 43 43 virtual bool deleteProperty(ExecState *exec, unsigned propertyName);
Note:
See TracChangeset
for help on using the changeset viewer.