Changeset 36726 in webkit for trunk/JavaScriptCore/kjs/MathObject.h
- Timestamp:
- Sep 20, 2008, 7:29:12 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/MathObject.h
r36263 r36726 22 22 23 23 #include "JSObject.h" 24 #include "lookup.h"25 24 26 25 namespace JSC { … … 28 27 class MathObject : public JSObject { 29 28 public: 30 MathObject(ExecState*, ObjectPrototype*);29 MathObject(ExecState*, PassRefPtr<StructureID>); 31 30 32 bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);31 virtual bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 33 32 34 33 virtual const ClassInfo* classInfo() const { return &info; }
Note:
See TracChangeset
for help on using the changeset viewer.