Searched defs:MetaProperty (Results 1 - 2 of 2) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/ir/base/ | ||
| H A D | metaProperty.h | 22 class MetaProperty : public Expression { class 35 explicit MetaProperty(MetaPropertyKind const kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) in MetaProperty() function in ark::es2panda::ir::MetaProperty |
| /arkcompiler/ets_frontend/es2panda/ir/base/ | ||
| H A D | metaProperty.h | 32 class MetaProperty : public Expression { class 36 explicit MetaProperty(MetaPropertyKind kind) : Expression(AstNodeType::META_PROPERTY_EXPRESSION), kind_(kind) {} in MetaProperty() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::MetaProperty |
Completed in 2 milliseconds