AllowLegacyTypeInTypeAttribute  160 Source/core/dom/ScriptLoader.cpp     } else if (MIMETypeRegistry::isSupportedJavaScriptMIMEType(type.stripWhiteSpace()) || (supportLegacyTypes == AllowLegacyTypeInTypeAttribute && isLegacySupportedJavaScriptLanguage(type))) {
AllowLegacyTypeInTypeAttribute 1034 Source/core/xml/parser/XMLDocumentParser.cpp     if (scriptLoader->prepareScript(m_scriptStartPosition, ScriptLoader::AllowLegacyTypeInTypeAttribute)) {