Searched refs:module_scope (Results 1 – 3 of 3) sorted by relevance
291 bool ModuleDescriptor::Validate(ModuleScope* module_scope, in Validate() argument294 DCHECK_EQ(this, module_scope->module()); in Validate()312 if (module_scope->LookupLocal(entry->local_name) == nullptr) { in Validate()
73 bool Validate(ModuleScope* module_scope,
610 Handle<JSObject> module_scope = in MaterializeModuleScope() local612 CopyContextLocalsToScopeObject(scope_info, context, module_scope); in MaterializeModuleScope()613 CopyModuleVarsToScopeObject(scope_info, context, module_scope); in MaterializeModuleScope()614 return module_scope; in MaterializeModuleScope()