Lines Matching refs:IsContainer
46 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in ContainersCommonFuncCall()
53 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall()
164 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in QueueCommonFuncCall()
171 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in QueueCommonFuncCall()
270 Branch(IsContainer(*thisObj, type), &valueIsJSAPIVector, &valueNotJSAPIVector); in DequeCommonFuncCall()
277 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in DequeCommonFuncCall()
378 Branch(IsContainer(*thisObj, type), &valueIsJSAPILightWeight, &valueNotJSAPILightWeight); in ContainersLightWeightCall()
385 Branch(IsContainer(tempObj, type), &objIsJSAPILightWeight, slowPath); in ContainersLightWeightCall()
490 Branch(IsContainer(*thisObj, type), &valueIsJSAPIHash, &valueNotJSAPIHash); in ContainersHashCall()
497 Branch(IsContainer(tempObj, type), &objIsJSAPIHash, slowPath); in ContainersHashCall()
622 Branch(IsContainer(*thisObj, type), &valueIsJSAPILinkedList, &valueNotJSAPILinkedList); in ContainersLinkedListCall()
629 Branch(IsContainer(tempObj, type), &objIsJSAPILinkedList, slowPath); in ContainersLinkedListCall()