Home
last modified time | relevance | path

Searched defs:Property (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/base/
H A Dproperty.cpp26 Property::Property([[maybe_unused]] Tag const tag, Property const &other, Expression *const key, in Property() function in ark::es2panda::ir::Property
[all...]
H A Dproperty.h25 class Property : public Expression { class
36 explicit Property(Expression *const key, Expression *const value) in Property() function in ark::es2panda::ir::Property
41 explicit Property(PropertyKind const kind, Expression *const key, Expression *const value, bool const isMethod, in Property() function in ark::es2panda::ir::Property
125 Property(Property const &other) : Expression(static_cast<Expression const &>(other)) Property() function in ark::es2panda::ir::Property
[all...]
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DmemberExpression.h59 const Expression *Property() const in Property() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MemberExpression
64 Expression *Property() in Property() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MemberExpression
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h73 class Property { class in ark::es2panda::ir::AstDumper
90 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() function in ark::es2panda::ir::AstDumper::Property
91 Property(const char *key, util::StringView str) : key_(key), value_(str) {} in Property() function in ark::es2panda::ir::AstDumper::Property
92 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() function in ark::es2panda::ir::AstDumper::Property
93 Property(const char *key, char16_t c16) : key_(key), value_(c16) {} in Property() function in ark::es2panda::ir::AstDumper::Property
94 Property(const char *key, lexer::Number number) : key_(key), value_(number) {} in Property() function in ark::es2panda::ir::AstDumper::Property
95 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() function in ark::es2panda::ir::AstDumper::Property
96 Property(const char *key, std::initializer_list<Property> prop in Property() function in ark::es2panda::ir::AstDumper::Property
97 Property(const char *key, const ir::AstNode *node) : key_(key), value_(const_cast<ir::AstNode *>(node)) {} Property() function in ark::es2panda::ir::AstDumper::Property
99 Property(const char *key, Constant constant) : key_(key), value_(constant) {} Property() function in ark::es2panda::ir::AstDumper::Property
100 Property(const char *key, Nullish nullish) : key_(key) Property() function in ark::es2panda::ir::AstDumper::Property
109 Property(const char *key, const Optional &optional) : key_(key) Property() function in ark::es2panda::ir::AstDumper::Property
140 Property(const char *key, const ArenaVector<T> &array) : key_(key) Property() function in ark::es2panda::ir::AstDumper::Property
158 Property(const char *key, const ArenaVector<T> &array, const std::function<bool(AstNode *)> &filter) : key_(key) Property() function in ark::es2panda::ir::AstDumper::Property
[all...]
/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h60 class Property { class in panda::es2panda::ir::AstDumper
76 Property(const char *key, const char *string) : key_(key), value_(string) {} in Property() function in panda::es2panda::ir::AstDumper::Property
77 Property(const char *key, util::StringView str) : key_(key), value_(str) {} in Property() function in panda::es2panda::ir::AstDumper::Property
78 Property(const char *key, bool boolean) : key_(key), value_(boolean) {} in Property() function in panda::es2panda::ir::AstDumper::Property
79 Property(const char *key, double number) : key_(key), value_(number) {} in Property() function in panda::es2panda::ir::AstDumper::Property
80 Property(const char *key, lexer::TokenType token) : key_(key), value_(token) {} in Property() function in panda::es2panda::ir::AstDumper::Property
81 Property(const char *key, std::initializer_list<Property> props) : key_(key), value_(props) {} in Property() function in panda::es2panda::ir::AstDumper::Property
82 Property(cons in Property() function in panda::es2panda::ir::AstDumper::Property
84 Property(const char *key, Constant constant) : key_(key), value_(constant) {} Property() function in panda::es2panda::ir::AstDumper::Property
85 Property(const char *key, Nullable nullable) : key_(key) Property() function in panda::es2panda::ir::AstDumper::Property
94 Property(const char *key, Optional optional) : key_(key) Property() function in panda::es2panda::ir::AstDumper::Property
116 Property(const char *key, const ArenaVector<T> &array) : key_(key) Property() function in panda::es2panda::ir::AstDumper::Property
[all...]
/arkcompiler/ets_frontend/es2panda/ir/base/
H A Dproperty.h35 class Property : public Expression { class
37 explicit Property(Expression *key, Expression *value) in Property() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::Property
48 explicit Property(PropertyKind kind, Expression *key, Expression *value, bool isMethod, bool isComputed) in Property() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::Property

Completed in 3 milliseconds