Searched refs:kModuleScope (Results 1 – 1 of 1) sorted by relevance
34 enum AsmScope { kModuleScope, kInitScope, kFuncScope, kExportScope }; enumerator55 scope_(kModuleScope), in AsmWasmBuilderImpl()127 DCHECK_EQ(kModuleScope, scope_); in VisitFunctionDeclaration()133 scope_ = kModuleScope; in VisitFunctionDeclaration()263 if (scope_ == kModuleScope) { in VisitReturnStatement()266 scope_ = kModuleScope; in VisitReturnStatement()635 scope_ = kModuleScope; in UnLoadInitFunction()844 if (scope_ == kModuleScope) { in VisitAssignment()