Searched defs:TemplateLiteral (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/ir/expressions/ | ||
H A D | templateLiteral.h | 23 class TemplateLiteral : public Expression { class 34 explicit TemplateLiteral(ArenaVector<TemplateElement *> &&quasis, ArenaVector<Expression *> &&expressions) in TemplateLiteral() function in ark::es2panda::ir::TemplateLiteral |
H A D | templateLiteral.cpp | 27 TemplateLiteral::TemplateLiteral([[maybe_unused]] Tag const tag, TemplateLiteral const &other, in TemplateLiteral() function in ark::es2panda::ir::TemplateLiteral [all...] |
/arkcompiler/ets_frontend/es2panda/ir/expressions/ | ||
H A D | templateLiteral.h | 33 class TemplateLiteral : public Expression { class 35 explicit TemplateLiteral(ArenaVector<TemplateElement *> &&quasis, ArenaVector<Expression *> &&expressions) in TemplateLiteral() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::TemplateLiteral |
Completed in 1 milliseconds