Changeset 34580 in webkit for trunk/JavaScriptCore/kjs/math_object.h
- Timestamp:
- Jun 15, 2008, 8:02:57 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/math_object.h
r29541 r34580 28 28 namespace KJS { 29 29 30 class MathObject Imp: public JSObject {30 class MathObject : public JSObject { 31 31 public: 32 MathObject Imp(ExecState*, ObjectPrototype*);32 MathObject(ExecState*, ObjectPrototype*); 33 33 34 34 bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&);
Note:
See TracChangeset
for help on using the changeset viewer.