Home
last modified time | relevance | path

Searched refs:tempObj (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/tests/expression/
DelementAccess.test.ts64 let tempObj = new VReg(); variable
69 new Sta(tempObj),
70 new Mov(objReg, tempObj),
DpropertyAccess.test.ts68 let tempObj = new VReg(); variable
72 new Sta(tempObj),
73 new Mov(objReg, tempObj),
Dbinary.test.ts363 let tempObj = new VReg(); variable
371 new Sta(tempObj),
372 new Mov(objReg, tempObj),
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.cpp52 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 …]