22 #ifndef _KJS_OPERATIONS_H_
23 #define _KJS_OPERATIONS_H_
39 bool isPosInf(
double d);
40 bool isNegInf(
double d);
41 bool equal(ExecState *exec,
const Value& v1,
const Value& v2);
42 bool strictEqual(ExecState *exec,
const Value &v1,
const Value &v2);
51 int relation(ExecState *exec,
const Value& v1,
const Value& v2);
52 int maxInt(
int d1,
int d2);
53 int minInt(
int d1,
int d2);
63 Value add(ExecState *exec,
const Value &v1,
const Value &v2,
char oper);
74 Value mult(ExecState *exec,
const Value &v1,
const Value &v2,
char oper);