Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/escompat/array_js_suites/
Dtest_map.js33 let mapped = arr.map(fnMap); variable
Dtest_flat_map.js33 let mapped = arr.flatMap(fnMap); variable
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.h239 void VisitTSMappedType([[maybe_unused]] ir::TSMappedType *mapped) override {} in VisitTSMappedType()