Home | History | Annotate | Download | only in JavaScriptCore

Lines Matching refs:JSC_HOST_CALL

74 static EncodedJSValue JSC_HOST_CALL functionPrint(ExecState*);
75 static EncodedJSValue JSC_HOST_CALL functionDebug(ExecState*);
76 static EncodedJSValue JSC_HOST_CALL functionGC(ExecState*);
77 static EncodedJSValue JSC_HOST_CALL functionVersion(ExecState*);
78 static EncodedJSValue JSC_HOST_CALL functionRun(ExecState*);
79 static EncodedJSValue JSC_HOST_CALL functionLoad(ExecState*);
80 static EncodedJSValue JSC_HOST_CALL functionCheckSyntax(ExecState*);
81 static EncodedJSValue JSC_HOST_CALL functionReadline(ExecState*);
82 static NO_RETURN_WITH_VALUE EncodedJSValue JSC_HOST_CALL functionQuit(ExecState*);
85 static EncodedJSValue JSC_HOST_CALL functionSetSamplingFlags(ExecState*);
86 static EncodedJSValue JSC_HOST_CALL functionClearSamplingFlags(ExecState*);
174 EncodedJSValue JSC_HOST_CALL functionPrint(ExecState* exec)
188 EncodedJSValue JSC_HOST_CALL functionDebug(ExecState* exec)
194 EncodedJSValue JSC_HOST_CALL functionGC(ExecState* exec)
201 EncodedJSValue JSC_HOST_CALL functionVersion(ExecState*)
208 EncodedJSValue JSC_HOST_CALL functionRun(ExecState* exec)
225 EncodedJSValue JSC_HOST_CALL functionLoad(ExecState* exec)
239 EncodedJSValue JSC_HOST_CALL functionCheckSyntax(ExecState* exec)
259 EncodedJSValue JSC_HOST_CALL functionSetSamplingFlags(ExecState* exec)
269 EncodedJSValue JSC_HOST_CALL functionClearSamplingFlags(ExecState* exec)
280 EncodedJSValue JSC_HOST_CALL functionReadline(ExecState* exec)
294 EncodedJSValue JSC_HOST_CALL functionQuit(ExecState* exec)