Changeset 12921 in webkit for trunk/JavaScriptCore/kjs/math_object.cpp
- Timestamp:
- Feb 21, 2006, 8:57:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/math_object.cpp
r12911 r12921 161 161 } 162 162 163 bool MathFuncImp::implementsCall() const164 {165 return true;166 }167 168 163 JSValue *MathFuncImp::callAsFunction(ExecState *exec, JSObject */*thisObj*/, const List &args) 169 164 {
Note:
See TracChangeset
for help on using the changeset viewer.