Home
last modified time | relevance | path

Searched defs:nodeType (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DspreadElement.h34 explicit SpreadElement(AstNodeType const nodeType, ArenaAllocator *const allocator, Expression *const argument) in SpreadElement() argument
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.h41 explicit ObjectExpression(AstNodeType nodeType, ArenaAllocator *allocator, ArenaVector<Expression *> &&properties, in ObjectExpression() argument
H A DarrayExpression.h47 explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, in ArrayExpression() argument
/arkcompiler/ets_frontend/es2panda/ir/base/
H A DspreadElement.h35 explicit SpreadElement(AstNodeType nodeType, Expression *argument) : Expression(nodeType), argument_(argument) {} in SpreadElement() argument
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.h36 explicit ArrayExpression(AstNodeType nodeType, ArenaVector<Expression *> &&elements, bool trailingComma) in ArrayExpression() argument
H A DobjectExpression.h41 explicit ObjectExpression(AstNodeType nodeType, ArenaVector<Expression *> &&properties, bool trailingComma) in ObjectExpression() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/litecg/
H A Dlmir_builder.h95 Expr(BaseNode *baseNode, Type *nodeType) : node(baseNode), type(nodeType) {} in Expr() argument
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
H A Dheap_snapshot.cpp600 NodeType nodeType = NodeType::DEFAULT; in GenerateNodeType() local
[all...]
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp208 auto nodeType = inPattern ? ir::AstNodeType::ARRAY_PATTERN : ir::AstNodeType::ARRAY_EXPRESSION; in ParseArrayExpression() local
2198 auto nodeType = inPattern ? ir::AstNodeType::OBJECT_PATTERN : ir::AstNodeType::OBJECT_EXPRESSION; in ParseObjectExpression() local
H A DparserImpl.cpp977 auto nodeType = inPattern ? ir::AstNodeType::REST_ELEMENT : ir::AstNodeType::SPREAD_ELEMENT; in ParseSpreadElement() local
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp275 auto nodeType = inPattern ? ir::AstNodeType::ARRAY_PATTERN : ir::AstNodeType::ARRAY_EXPRESSION; in ParseArrayExpression() local
2322 auto nodeType = inPattern ? ir::AstNodeType::OBJECT_PATTERN : ir::AstNodeType::OBJECT_EXPRESSION; in ParseObjectExpression() local
H A DparserImpl.cpp4127 auto nodeType = inPattern ? ir::AstNodeType::REST_ELEMENT : ir::AstNodeType::SPREAD_ELEMENT; in ParseSpreadElement() local

Completed in 20 milliseconds