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