Home
last modified time | relevance | path

Searched refs:DirectEvalExpression (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DdirectEvalExpression.cpp25 void DirectEvalExpression::Compile(compiler::PandaGen *pg) const in Compile()
30 void DirectEvalExpression::Compile(compiler::ETSGen *etsg) const in Compile()
35 checker::Type *DirectEvalExpression::Check(checker::TSChecker *checker) in Check()
40 checker::Type *DirectEvalExpression::Check(checker::ETSChecker *checker) in Check()
H A DdirectEvalExpression.h26 class DirectEvalExpression : public CallExpression { class
28 explicit DirectEvalExpression(Expression *callee, ArenaVector<Expression *> &&arguments, in DirectEvalExpression() function in ark::es2panda::ark::es2panda::ir::DirectEvalExpression
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DdirectEvalExpressionBuilder.h25 class DirectEvalExpressionBuilder : public AstBuilder<ir::DirectEvalExpression> {
56 DirectEvalExpression *Build() in Build()
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastNodeMapping.h42 _(DIRECT_EVAL, DirectEvalExpression) \
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.h116 void VisitDirectEvalExpression(ir::DirectEvalExpression *directCallExpr) override;
H A DscopesInitPhase.cpp325 void ScopesInitPhase::VisitDirectEvalExpression(ir::DirectEvalExpression *directCallExpr) in VisitDirectEvalExpression()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompilerUnrechable.cpp161 void ETSCompiler::Compile([[maybe_unused]] const ir::DirectEvalExpression *expr) const in Compile()
H A DJSCompiler.cpp671 void JSCompiler::Compile(const ir::DirectEvalExpression *expr) const in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/
H A DTSAnalyzerUnreachable.cpp182 checker::Type *TSAnalyzer::Check([[maybe_unused]] ir::DirectEvalExpression *expr) const in Check()
H A DETSAnalyzerUnreachable.cpp106 checker::Type *ETSAnalyzer::Check([[maybe_unused]] ir::DirectEvalExpression *expr) const in Check()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp1414 callExpr = AllocNode<ir::DirectEvalExpression>(callee, std::move(arguments), nullptr, isOptionalChain, in ParseCallExpression()

Completed in 17 milliseconds