Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/math_object.h
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/math_object.h
r12911 r12921 44 44 public: 45 45 MathFuncImp(ExecState *exec, int i, int l, const Identifier&); 46 virtual bool implementsCall() const;47 46 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args); 48 47 private:
Note:
See TracChangeset
for help on using the changeset viewer.