Searched refs:module_scope (Results 1 – 2 of 2) sorted by relevance
581 Handle<JSObject> module_scope = in MaterializeModuleScope() local585 CopyContextLocalsToScopeObject(scope_info, context, module_scope); in MaterializeModuleScope()587 return module_scope; in MaterializeModuleScope()
5769 i::Scope* module_scope = func->scope(); in TEST() local5770 i::Scope* outer_scope = module_scope->outer_scope(); in TEST()5773 CHECK(module_scope->is_module_scope()); in TEST()5774 i::ModuleDescriptor* descriptor = module_scope->module(); in TEST()5783 i::ZoneList<i::Declaration*>* declarations = module_scope->declarations(); in TEST()