Home
last modified time | relevance | path

Searched defs:Elements (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/module/
DassertClause.h40 const ArenaVector<AssertEntry *> &Elements() const in Elements() function
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DarrayExpression.h62 [[nodiscard]] const ArenaVector<Expression *> &Elements() const noexcept in Elements() function
67 [[nodiscard]] ArenaVector<Expression *> &Elements() noexcept in Elements() function
/arkcompiler/ets_frontend/ets2panda/parser/context/
DclassPrivateContext.h42 const std::vector<const ir::ClassElement *> &Elements() in Elements() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.h41 const ArenaVector<Expression *> &Elements() const in Elements() function
/arkcompiler/runtime_core/static_core/compiler/code_info/
Dcode_info.h65 … enum Elements { PROPERTIES, CALLEE_REG_MASK, CALLEE_FP_REG_MASK, TABLE_MASK, VREGS_COUNT, SIZE }; enum
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D7_expressions.rst938 .. _Object Literal: