Home
last modified time | relevance | path

Searched defs:ArrayExpression (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.h42 explicit ArrayExpression(ArenaVector<Expression *> &&elements, ArenaAllocator *const allocator) in ArrayExpression() function
47 explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, in ArrayExpression() function
DarrayExpression.cpp36 ArrayExpression::ArrayExpression([[maybe_unused]] Tag const tag, ArrayExpression const &other, in ArrayExpression() function in ark::es2panda::ir::ArrayExpression
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.h36 …explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, bool trailing… in ArrayExpression() function
/arkcompiler/ets_frontend/ets2panda/checker/
DTSchecker.h67 class ArrayExpression; variable
/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs153 ArrayExpression: 1, property
/arkcompiler/ets_frontend/es2panda/typescript/
Dchecker.h68 class ArrayExpression; variable
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
D.eslintrc.json83 "ArrayExpression": 1, number