Home
last modified time | relevance | path

Searched defs:TemplateLiteral (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DtemplateLiteral.h23 class TemplateLiteral : public Expression { class
34 explicit TemplateLiteral(ArenaVector<TemplateElement *> &&quasis, ArenaVector<Expression *> &&expressions) in TemplateLiteral() function in ark::es2panda::ir::TemplateLiteral
H A DtemplateLiteral.cpp27 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 DtemplateLiteral.h33 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