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.cpp1903 GateRef CircuitBuilder::ArrayForEach(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint… in ArrayForEach()
1932 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayFilter()
1947 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef frameState, uint32_t pcOffset) in ArrayMap()
1961 GateRef CircuitBuilder::ArraySome(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32_… in ArraySome()
1975 GateRef CircuitBuilder::ArrayEvery(GateRef thisValue, GateRef callBackFn, GateRef usingThis, uint32… in ArrayEvery()
2032 GateRef thisValue, GateRef callBackFn, GateRef usingThis, GateRef callIDRef, uint32_t pcOffset) in ArrayFindOrFindIndex()
Dtyped_native_inline_lowering.cpp2875 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayForEach() local
2924 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayFindOrFindIndex() local
2994 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayFilter() local
3095 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayMap() local
3179 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArraySome() local
3249 GateRef usingThis = acc_.GetValueIn(gate, 2); in LowerArrayEvery() local