Searched refs:tempObj (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_frontend/ts2panda/tests/expression/ |
D | elementAccess.test.ts | 64 let tempObj = new VReg(); variable 69 new Sta(tempObj), 70 new Mov(objReg, tempObj),
|
D | propertyAccess.test.ts | 68 let tempObj = new VReg(); variable 72 new Sta(tempObj), 73 new Mov(objReg, tempObj),
|
D | binary.test.ts | 363 let tempObj = new VReg(); variable 371 new Sta(tempObj), 372 new Mov(objReg, tempObj),
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
D | containers_stub_builder.cpp | 52 GateRef tempObj = GetTarget(*thisObj); in ContainersCommonFuncCall() local 53 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in ContainersCommonFuncCall() 56 thisObj = tempObj; in ContainersCommonFuncCall() 170 GateRef tempObj = GetTarget(*thisObj); in QueueCommonFuncCall() local 171 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in QueueCommonFuncCall() 174 thisObj = tempObj; in QueueCommonFuncCall() 276 GateRef tempObj = GetTarget(*thisObj); in DequeCommonFuncCall() local 277 Branch(IsContainer(tempObj, type), &objIsJSAPIVector, slowPath); in DequeCommonFuncCall() 280 thisObj = tempObj; in DequeCommonFuncCall() 384 GateRef tempObj = GetTarget(*thisObj); in ContainersLightWeightCall() local [all …]
|