Changeset 12911 in webkit for trunk/JavaScriptCore/kjs/math_object.h
- Timestamp:
- Feb 20, 2006, 11:54:55 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/math_object.h
r12317 r12911 43 43 class MathFuncImp : public InternalFunctionImp { 44 44 public: 45 MathFuncImp(ExecState *exec, int i, int l );45 MathFuncImp(ExecState *exec, int i, int l, const Identifier&); 46 46 virtual bool implementsCall() const; 47 47 virtual JSValue *callAsFunction(ExecState *exec, JSObject *thisObj, const List &args);
Note:
See TracChangeset
for help on using the changeset viewer.