Searched refs:IsVariableDeclaration (Results 1 – 14 of 14) sorted by relevance
62 ASSERT(init_->IsVariableDeclaration() || init_->IsExpression()); in Compile()
463 if (!left->IsIdentifier() && !left->IsVariableDeclaration()) { in operator ()()476 if (!left->IsIdentifier() && !left->IsVariableDeclaration()) { in operator ()()
1605 ASSERT(st->Init()->IsVariableDeclaration() || st->Init()->IsExpression()); in Compile()
1554 ASSERT(st->Init()->IsVariableDeclaration() || st->Init()->IsExpression()); in Compile()
355 if (forOfStmt->Left()->IsVariableDeclaration()) { in AnalyzeForOfLoop()
410 bool (*IsVariableDeclaration)(es2panda_AstNode *ast); member
2637 IsVariableDeclaration,
307 ASSERT(stmt->Parent()->IsVariableDeclaration()); in InsertInstanceofTreeBeforeStmt()
2381 if (declNode->IsVariableDeclaration()) { in AddExportLocalEntryItem()2751 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()2824 if (Extension() == ScriptExtension::TS && exportDecl->Decl()->IsVariableDeclaration() && in ParseExportDeclaration()
2590 …if (exportDecl->Decl()->IsVariableDeclaration() && ((flags & StatementParsingFlags::GLOBAL) == 0) … in ParseExportDeclaration()2901 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
1654 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
1640 if (decl->IsVariableDeclaration()) { in ParseNamedExportDeclaration()
371 if (firstStatement->IsVariableDeclaration()) { in VisitExportClassDeclaration()1741 if (decl->IsVariableDeclaration()) { in VisitExportNamedVariable()
2017 } else if (left->IsVariableDeclaration()) { in GetIteratorType()