Home
last modified time | relevance | path

Searched refs:IsVariableDeclaration (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
DforUpdateStatement.cpp62 ASSERT(init_->IsVariableDeclaration() || init_->IsExpression()); in Compile()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.cpp463 if (!left->IsIdentifier() && !left->IsVariableDeclaration()) { in operator ()()
476 if (!left->IsIdentifier() && !left->IsVariableDeclaration()) { in operator ()()
DJSCompiler.cpp1605 ASSERT(st->Init()->IsVariableDeclaration() || st->Init()->IsExpression()); in Compile()
DETSCompiler.cpp1554 ASSERT(st->Init()->IsVariableDeclaration() || st->Init()->IsExpression()); in Compile()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DaliveAnalyzer.cpp355 if (forOfStmt->Left()->IsVariableDeclaration()) { in AnalyzeForOfLoop()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h410 bool (*IsVariableDeclaration)(es2panda_AstNode *ast); member
Des2panda_lib.cpp2637 IsVariableDeclaration,
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp307 ASSERT(stmt->Parent()->IsVariableDeclaration()); in InsertInstanceofTreeBeforeStmt()
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2381 if (declNode->IsVariableDeclaration()) { in AddExportLocalEntryItem()
2751 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
2824 if (Extension() == ScriptExtension::TS && exportDecl->Decl()->IsVariableDeclaration() && in ParseExportDeclaration()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp2590 …if (exportDecl->Decl()->IsVariableDeclaration() && ((flags & StatementParsingFlags::GLOBAL) == 0) … in ParseExportDeclaration()
2901 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
DASparser.cpp1654 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
DstatementParser.cpp1640 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
/arkcompiler/ets_frontend/es2panda/parser/transformer/
Dtransformer.cpp371 if (firstStatement->IsVariableDeclaration()) { in VisitExportClassDeclaration()
1741 if (decl->IsVariableDeclaration()) { in VisitExportNamedVariable()
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp2017 } else if (left->IsVariableDeclaration()) { in GetIteratorType()