Home
last modified time | relevance | path

Searched defs:mapped (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/
Dtest_flat_map.js39 let mapped = arr.flatMap(fnMap); variable
Dtest_map.js39 let mapped = arr.map(fnMap); variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h255 void VisitTSMappedType([[maybe_unused]] ir::TSMappedType *mapped) override {} in VisitTSMappedType()
/arkcompiler/ets_runtime/test/sharedtest/sharedtypedarray/
Dsharedtypedarray.ts692 const mapped = array.map(Math.sqrt); constant