Changeset 9889 in webkit for trunk/JavaScriptCore/bindings/runtime_array.h
- Timestamp:
- Jul 25, 2005, 3:17:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/bindings/runtime_array.h
r9582 r9889 38 38 ~RuntimeArrayImp(); 39 39 40 virtual Value get(ExecState *exec, const Identifier &propertyName) const;41 virtual Value get(ExecState *exec, unsigned index) const ;40 virtual bool getOwnProperty(ExecState *exec, const Identifier& propertyName, Value& result) const; 41 virtual bool getOwnProperty(ExecState *exec, unsigned index, Value& result) const ; 42 42 virtual void put(ExecState *exec, const Identifier &propertyName, const Value &value, int attr = None); 43 43 virtual void put(ExecState *exec, unsigned propertyName, const Value &value, int attr = None);
Note:
See TracChangeset
for help on using the changeset viewer.