Lines Matching defs:tempObj
54 GateRef tempObj = GetTarget(*thisObj);
55 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath);
58 thisObj = tempObj;
177 GateRef tempObj = GetTarget(*thisObj);
178 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath);
181 thisObj = tempObj;
286 GateRef tempObj = GetTarget(*thisObj);
287 BRANCH(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath);
290 thisObj = tempObj;
397 GateRef tempObj = GetTarget(*thisObj);
398 BRANCH(IsContainer(tempObj, type), &objIsJSAPILightWeight, slowPath);
401 thisObj = tempObj;
512 GateRef tempObj = GetTarget(*thisObj);
513 BRANCH(IsContainer(tempObj, type), &objIsJSAPIHash, slowPath);
516 thisObj = tempObj;
646 GateRef tempObj = GetTarget(*thisObj);
647 BRANCH(IsContainer(tempObj, type), &objIsJSAPILinkedList, slowPath);
650 thisObj = tempObj;