Changeset 36015 in webkit for trunk/JavaScriptCore/kjs/MathObject.h
- Timestamp:
- Sep 1, 2008, 12:51:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/MathObject.h
r34854 r36015 31 31 32 32 bool getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot&); 33 JSValue* getValueProperty(ExecState*, int token) const;34 33 35 34 virtual const ClassInfo* classInfo() const { return &info; } 36 35 static const ClassInfo info; 37 38 enum { Euler, Ln2, Ln10, Log2E, Log10E, Pi, Sqrt1_2, Sqrt2 };39 36 }; 40 37
Note:
See TracChangeset
for help on using the changeset viewer.