Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DenumLowering.cpp151 auto *const arrayIdent = AllocNode<ir::Identifier>(name, Allocator()); in MakeArray() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts10117 const { arrayIdent } = arrayAccessInfo; constant