Lines Matching defs:glue
23 void ContainersStubBuilder::ContainersCommonFuncCall(GateRef glue, GateRef thisValue,
113 CallStubBuilder callBuilder(this, glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, nullptr,
116 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
132 ContainerSet(glue, *thisObj, *k, retValue, type);
139 LoopEnd(&loopHead, env, glue);
145 void ContainersStubBuilder::QueueCommonFuncCall(GateRef glue, GateRef thisValue,
233 CallStubBuilder callBuilder(this, glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, nullptr,
236 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
248 LoopEnd(&loopHead, env, glue);
254 void ContainersStubBuilder::DequeCommonFuncCall(GateRef glue, GateRef thisValue,
344 CallStubBuilder callBuilder(this, glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, nullptr,
347 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
360 LoopEnd(&loopHead, env, glue);
366 void ContainersStubBuilder::ContainersLightWeightCall(GateRef glue, GateRef thisValue,
451 CallStubBuilder callBuilder(this, glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, nullptr,
454 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
470 LoopEnd(&loopHead, env, glue);
476 void ContainersStubBuilder::ContainersHashCall(GateRef glue, GateRef thisValue,
574 CallStubBuilder callBuilder(this, glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0,
577 BRANCH(HasPendingException(glue), &hasExceptionLinked, ¬HasExceptionLinked);
591 GateRef retValue = CallRuntime(glue, RTSTUB_ID(ContainerRBTreeForEach),
594 BRANCH(HasPendingException(glue), &hasExceptionRBTree, ¬HasExceptionRBTree);
607 LoopEnd(&loopHead, env, glue);
613 void ContainersStubBuilder::ContainersLinkedListCall(GateRef glue, GateRef thisValue,
704 CallStubBuilder callBuilder(this, glue, callbackFnHandle, Int32(NUM_MANDATORY_JSFUNC_ARGS), 0, nullptr,
707 BRANCH(HasPendingException(glue), &hasException, ¬HasException);
719 LoopEnd(&loopHead, env, glue);