Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp4665 GateRef mappedArray = NewArray(glue, *thisArrLen); in FlatMap() local
4747 SetValueWithElementsKind(glue, mappedArray, retValue, *i, Boolean(true), in FlatMap()
4830 SetValueWithElementsKind(glue, mappedArray, retValue, *i, Boolean(true), in FlatMap()
4873 GateRef retValue = GetTaggedValueWithElementsKind(mappedArray, *i); in FlatMap()