Lines Matching refs:has
149 if (internalBindingAllowlist.has(module)) {
150 if (runtimeDeprecatedList.has(module)) {
157 if (legacyWrapperList.has(module)) {
209 !experimentalModuleList.has(id),
218 new SafeSet(publicBuiltinIds.filter((id) => !schemelessBlockList.has(id)));
265 if (!schemelessBlockList.has(id)) {
279 return BuiltinModule.map.has(id);
283 return canBeRequiredByUsersList.has(id);
287 return canBeRequiredByUsersWithoutSchemeList.has(id);
429 } else if (!BuiltinModule.map.has(request)) {