Lines Matching refs:callbackFnHandle
45 GateRef callbackFnHandle; in ContainersCommonFuncCall() local
73 callbackFnHandle = GetCallArg0(numArgs); in ContainersCommonFuncCall()
74 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersCommonFuncCall()
76 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersCommonFuncCall()
109 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersCommonFuncCall()
163 GateRef callbackFnHandle; in QueueCommonFuncCall() local
191 callbackFnHandle = GetCallArg0(numArgs); in QueueCommonFuncCall()
192 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in QueueCommonFuncCall()
194 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in QueueCommonFuncCall()
224 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in QueueCommonFuncCall()
269 GateRef callbackFnHandle; in DequeCommonFuncCall() local
297 callbackFnHandle = GetCallArg0(numArgs); in DequeCommonFuncCall()
298 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in DequeCommonFuncCall()
300 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in DequeCommonFuncCall()
332 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in DequeCommonFuncCall()
377 GateRef callbackFnHandle; in ContainersLightWeightCall() local
405 callbackFnHandle = GetCallArg0(numArgs); in ContainersLightWeightCall()
406 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, slowPath); in ContainersLightWeightCall()
408 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersLightWeightCall()
436 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersLightWeightCall()
489 GateRef callbackFnHandle; in ContainersHashCall() local
517 callbackFnHandle = GetCallArg0(numArgs); in ContainersHashCall()
518 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, ¬Call); in ContainersHashCall()
520 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersHashCall()
556 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersHashCall()
574 { *node, callbackFnHandle, *thisArg, *thisObj, in ContainersHashCall()
621 GateRef callbackFnHandle; in ContainersLinkedListCall() local
649 callbackFnHandle = GetCallArg0(numArgs); in ContainersLinkedListCall()
650 Branch(TaggedIsHeapObject(callbackFnHandle), &isHeapObj, ¬Call); in ContainersLinkedListCall()
652 Branch(IsCallable(callbackFnHandle), &isCall, ¬Call); in ContainersLinkedListCall()
684 … GateRef retValue = JSCallDispatch(glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, in ContainersLinkedListCall()