Changeset 34754 in webkit for trunk/JavaScriptCore/kjs/MathObject.h
- Timestamp:
- Jun 23, 2008, 10:23:17 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/MathObject.h
r34587 r34754 1 // -*- c-basic-offset: 2 -*-2 1 /* 3 * This file is part of the KDE libraries4 2 * Copyright (C) 1999-2000 Harri Porten ([email protected]) 5 3 * … … 41 39 }; 42 40 43 // Functions44 JSValue* mathProtoFuncAbs(ExecState*, JSObject*, const ArgList&);45 JSValue* mathProtoFuncACos(ExecState*, JSObject*, const ArgList&);46 JSValue* mathProtoFuncASin(ExecState*, JSObject*, const ArgList&);47 JSValue* mathProtoFuncATan(ExecState*, JSObject*, const ArgList&);48 JSValue* mathProtoFuncATan2(ExecState*, JSObject*, const ArgList&);49 JSValue* mathProtoFuncCeil(ExecState*, JSObject*, const ArgList&);50 JSValue* mathProtoFuncCos(ExecState*, JSObject*, const ArgList&);51 JSValue* mathProtoFuncExp(ExecState*, JSObject*, const ArgList&);52 JSValue* mathProtoFuncFloor(ExecState*, JSObject*, const ArgList&);53 JSValue* mathProtoFuncLog(ExecState*, JSObject*, const ArgList&);54 JSValue* mathProtoFuncMax(ExecState*, JSObject*, const ArgList&);55 JSValue* mathProtoFuncMin(ExecState*, JSObject*, const ArgList&);56 JSValue* mathProtoFuncPow(ExecState*, JSObject*, const ArgList&);57 JSValue* mathProtoFuncRandom(ExecState*, JSObject*, const ArgList&);58 JSValue* mathProtoFuncRound(ExecState*, JSObject*, const ArgList&);59 JSValue* mathProtoFuncSin(ExecState*, JSObject*, const ArgList&);60 JSValue* mathProtoFuncSqrt(ExecState*, JSObject*, const ArgList&);61 JSValue* mathProtoFuncTan(ExecState*, JSObject*, const ArgList&);62 63 41 } // namespace KJS 64 42
Note:
See TracChangeset
for help on using the changeset viewer.