Home | History | Annotate | Download | only in runtime

Lines Matching refs:JSC_HOST_CALL

37 static EncodedJSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState*);
38 static EncodedJSValue JSC_HOST_CALL mathProtoFuncACos(ExecState*);
39 static EncodedJSValue JSC_HOST_CALL mathProtoFuncASin(ExecState*);
40 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATan(ExecState*);
41 static EncodedJSValue JSC_HOST_CALL mathProtoFuncATan2(ExecState*);
42 static EncodedJSValue JSC_HOST_CALL mathProtoFuncCeil(ExecState*);
43 static EncodedJSValue JSC_HOST_CALL mathProtoFuncCos(ExecState*);
44 static EncodedJSValue JSC_HOST_CALL mathProtoFuncExp(ExecState*);
45 static EncodedJSValue JSC_HOST_CALL mathProtoFuncFloor(ExecState*);
46 static EncodedJSValue JSC_HOST_CALL mathProtoFuncLog(ExecState*);
47 static EncodedJSValue JSC_HOST_CALL mathProtoFuncMax(ExecState*);
48 static EncodedJSValue JSC_HOST_CALL mathProtoFuncMin(ExecState*);
49 static EncodedJSValue JSC_HOST_CALL mathProtoFuncPow(ExecState*);
50 static EncodedJSValue JSC_HOST_CALL mathProtoFuncRandom(ExecState*);
51 static EncodedJSValue JSC_HOST_CALL mathProtoFuncRound(ExecState*);
52 static EncodedJSValue JSC_HOST_CALL mathProtoFuncSin(ExecState*);
53 static EncodedJSValue JSC_HOST_CALL mathProtoFuncSqrt(ExecState*);
54 static EncodedJSValue JSC_HOST_CALL mathProtoFuncTan(ExecState*);
118 EncodedJSValue JSC_HOST_CALL mathProtoFuncAbs(ExecState* exec)
123 EncodedJSValue JSC_HOST_CALL mathProtoFuncACos(ExecState* exec)
128 EncodedJSValue JSC_HOST_CALL mathProtoFuncASin(ExecState* exec)
133 EncodedJSValue JSC_HOST_CALL mathProtoFuncATan(ExecState* exec)
138 EncodedJSValue JSC_HOST_CALL mathProtoFuncATan2(ExecState* exec)
145 EncodedJSValue JSC_HOST_CALL mathProtoFuncCeil(ExecState* exec)
150 EncodedJSValue JSC_HOST_CALL mathProtoFuncCos(ExecState* exec)
155 EncodedJSValue JSC_HOST_CALL mathProtoFuncExp(ExecState* exec)
160 EncodedJSValue JSC_HOST_CALL mathProtoFuncFloor(ExecState* exec)
165 EncodedJSValue JSC_HOST_CALL mathProtoFuncLog(ExecState* exec)
170 EncodedJSValue JSC_HOST_CALL mathProtoFuncMax(ExecState* exec)
186 EncodedJSValue JSC_HOST_CALL mathProtoFuncMin(ExecState* exec)
202 EncodedJSValue JSC_HOST_CALL mathProtoFuncPow(ExecState* exec)
216 EncodedJSValue JSC_HOST_CALL mathProtoFuncRandom(ExecState* exec)
221 EncodedJSValue JSC_HOST_CALL mathProtoFuncRound(ExecState* exec)
228 EncodedJSValue JSC_HOST_CALL mathProtoFuncSin(ExecState* exec)
233 EncodedJSValue JSC_HOST_CALL mathProtoFuncSqrt(ExecState* exec)
238 EncodedJSValue JSC_HOST_CALL mathProtoFuncTan(ExecState* exec)