Changeset 9889 in webkit for trunk/JavaScriptCore/kjs/array_object.h
- Timestamp:
- Jul 25, 2005, 3:17:20 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/array_object.h
r9768 r9889 32 32 ArrayPrototypeImp(ExecState *exec, 33 33 ObjectPrototypeImp *objProto); 34 Value get(ExecState *exec, const Identifier &p) const;34 bool getOwnProperty(ExecState *exec, const Identifier& propertyName, Value& result) const; 35 35 virtual const ClassInfo *classInfo() const { return &info; } 36 36 static const ClassInfo info;
Note:
See TracChangeset
for help on using the changeset viewer.