Searched refs:kFuncScope (Results 1 – 1 of 1) sorted by relevance
34 enum AsmScope { kModuleScope, kInitScope, kFuncScope, kExportScope }; enumerator131 scope_ = kFuncScope; in VisitFunctionDeclaration()165 if (scope_ == kFuncScope) { in VisitBlock()202 DCHECK_EQ(kFuncScope, scope_); in VisitIfStatement()219 DCHECK_EQ(kFuncScope, scope_); in VisitContinueStatement()240 DCHECK_EQ(kFuncScope, scope_); in VisitBreakStatement()267 } else if (scope_ == kFuncScope) { in VisitReturnStatement()400 DCHECK_EQ(kFuncScope, scope_); in VisitDoWhileStatement()410 DCHECK_EQ(kFuncScope, scope_); in VisitWhileStatement()422 DCHECK_EQ(kFuncScope, scope_); in VisitForStatement()[all …]