Changeset 9441 in webkit for trunk/JavaScriptCore/kjs/array_instance.h
- Timestamp:
- Jun 20, 2005, 2:59:39 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_instance.h
r3373 r9441 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.