Home
last modified time | relevance | path

Searched defs:usingThis (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_circuit_builder.cpp1858 GateRef CircuitBuilder::ArrayForEach(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint… in ArrayForEach()
1887 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayFilter()
1902 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayMap()
1916 GateRef CircuitBuilder::ArraySome(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_… in ArraySome()
1930 GateRef CircuitBuilder::ArrayEvery(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32… in ArrayEvery()
1973 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, uint32_t pcOffset) in ArrayFindOrFindIndex()
Dtyped_native_inline_lowering.cpp3155 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayForEach() local
3202 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayFindOrFindIndex() local
3264 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayFilter() local
3360 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayMap() local
3445 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArraySome() local
3512 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayEvery() local