23 #ifndef _KJS_OPERATIONS_H_
24 #define _KJS_OPERATIONS_H_
40 bool isPosInf(
double d);
41 bool isNegInf(
double d);
42 bool equal(ExecState *exec,
const Value& v1,
const Value& v2);
43 bool strictEqual(ExecState *exec,
const Value &v1,
const Value &v2);
52 int relation(ExecState *exec,
const Value& v1,
const Value& v2);
53 int maxInt(
int d1,
int d2);
54 int minInt(
int d1,
int d2);
64 Value add(ExecState *exec,
const Value &v1,
const Value &v2,
char oper);
75 Value mult(ExecState *exec,
const Value &v1,
const Value &v2,
char oper);