| /* |
| This file is part of the WebKit open source project. |
| This file has been generated by generate-bindings.pl. DO NOT MODIFY! |
| |
| This library is free software; you can redistribute it and/or |
| modify it under the terms of the GNU Library General Public |
| License as published by the Free Software Foundation; either |
| version 2 of the License, or (at your option) any later version. |
| |
| This library is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| Library General Public License for more details. |
| |
| You should have received a copy of the GNU Library General Public License |
| along with this library; see the file COPYING.LIB. If not, write to |
| the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
| Boston, MA 02110-1301, USA. |
| */ |
| |
| #include "config.h" |
| |
| #if ENABLE(Condition1) |
| |
| #include "JSTestStandaloneDictionary.h" |
| |
| #include "JSDOMConvertBoolean.h" |
| #include "JSDOMConvertCallbacks.h" |
| #include "JSDOMConvertNullable.h" |
| #include "JSDOMConvertNumbers.h" |
| #include "JSDOMConvertStrings.h" |
| #include "JSDOMConvertUnion.h" |
| #include "JSDOMGlobalObject.h" |
| #include "JSVoidCallback.h" |
| #include "ScriptExecutionContext.h" |
| #include <JavaScriptCore/JSCInlines.h> |
| #include <JavaScriptCore/JSString.h> |
| #include <JavaScriptCore/ObjectConstructor.h> |
| #include <variant> |
| #include <wtf/NeverDestroyed.h> |
| #include <wtf/SortedArrayMap.h> |
| |
| |
| namespace WebCore { |
| using namespace JSC; |
| |
| #if ENABLE(Condition1) |
| |
| template<> DictionaryImplName convertDictionary<DictionaryImplName>(JSGlobalObject& lexicalGlobalObject, JSValue value) |
| { |
| VM& vm = JSC::getVM(&lexicalGlobalObject); |
| auto throwScope = DECLARE_THROW_SCOPE(vm); |
| bool isNullOrUndefined = value.isUndefinedOrNull(); |
| auto* object = isNullOrUndefined ? nullptr : value.getObject(); |
| if (UNLIKELY(!isNullOrUndefined && !object)) { |
| throwTypeError(&lexicalGlobalObject, throwScope); |
| return { }; |
| } |
| DictionaryImplName result; |
| JSValue boolMemberValue; |
| if (isNullOrUndefined) |
| boolMemberValue = jsUndefined(); |
| else { |
| boolMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "boolMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!boolMemberValue.isUndefined()) { |
| result.boolMember = convert<IDLBoolean>(lexicalGlobalObject, boolMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| JSValue callbackMemberValue; |
| if (isNullOrUndefined) |
| callbackMemberValue = jsUndefined(); |
| else { |
| callbackMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "callbackMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!callbackMemberValue.isUndefined()) { |
| result.callbackMember = convert<IDLCallbackFunction<JSVoidCallback>>(lexicalGlobalObject, callbackMemberValue, *jsCast<JSDOMGlobalObject*>(&lexicalGlobalObject)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| JSValue enumMemberValue; |
| if (isNullOrUndefined) |
| enumMemberValue = jsUndefined(); |
| else { |
| enumMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "enumMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!enumMemberValue.isUndefined()) { |
| result.enumMember = convert<IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>>(lexicalGlobalObject, enumMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| JSValue nullableUnionWithNullDefaultValueValue; |
| if (isNullOrUndefined) |
| nullableUnionWithNullDefaultValueValue = jsUndefined(); |
| else { |
| nullableUnionWithNullDefaultValueValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "nullableUnionWithNullDefaultValue"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!nullableUnionWithNullDefaultValueValue.isUndefined()) { |
| result.nullableUnionWithNullDefaultValue = convert<IDLNullable<IDLUnion<IDLDOMString, IDLBoolean>>>(lexicalGlobalObject, nullableUnionWithNullDefaultValueValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } else |
| result.nullableUnionWithNullDefaultValue = std::nullopt; |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialBooleanMemberValue; |
| if (isNullOrUndefined) |
| partialBooleanMemberValue = jsUndefined(); |
| else { |
| partialBooleanMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialBooleanMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialBooleanMemberValue.isUndefined()) { |
| result.partialBooleanMember = convert<IDLBoolean>(lexicalGlobalObject, partialBooleanMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialBooleanMemberWithIgnoredConditionalValue; |
| if (isNullOrUndefined) |
| partialBooleanMemberWithIgnoredConditionalValue = jsUndefined(); |
| else { |
| partialBooleanMemberWithIgnoredConditionalValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialBooleanMemberWithIgnoredConditional"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialBooleanMemberWithIgnoredConditionalValue.isUndefined()) { |
| result.partialBooleanMemberWithIgnoredConditional = convert<IDLBoolean>(lexicalGlobalObject, partialBooleanMemberWithIgnoredConditionalValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialCallbackMemberValue; |
| if (isNullOrUndefined) |
| partialCallbackMemberValue = jsUndefined(); |
| else { |
| partialCallbackMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialCallbackMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialCallbackMemberValue.isUndefined()) { |
| result.partialCallbackMember = convert<IDLCallbackFunction<JSVoidCallback>>(lexicalGlobalObject, partialCallbackMemberValue, *jsCast<JSDOMGlobalObject*>(&lexicalGlobalObject)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialEnumMemberValue; |
| if (isNullOrUndefined) |
| partialEnumMemberValue = jsUndefined(); |
| else { |
| partialEnumMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialEnumMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialEnumMemberValue.isUndefined()) { |
| result.partialEnumMember = convert<IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>>(lexicalGlobalObject, partialEnumMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialRequiredLongMemberValue; |
| if (isNullOrUndefined) |
| partialRequiredLongMemberValue = jsUndefined(); |
| else { |
| partialRequiredLongMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialRequiredLongMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialRequiredLongMemberValue.isUndefined()) { |
| result.partialRequiredLongMember = convert<IDLLong>(lexicalGlobalObject, partialRequiredLongMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } else { |
| throwRequiredMemberTypeError(lexicalGlobalObject, throwScope, "partialRequiredLongMember", "TestStandaloneDictionary", "long"); |
| return { }; |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialStringMemberValue; |
| if (isNullOrUndefined) |
| partialStringMemberValue = jsUndefined(); |
| else { |
| partialStringMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialStringMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialStringMemberValue.isUndefined()) { |
| result.partialStringMember = convert<IDLDOMString>(lexicalGlobalObject, partialStringMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (jsCast<JSDOMGlobalObject*>(&lexicalGlobalObject)->scriptExecutionContext()->settingsValues().testSettingEnabled) { |
| JSValue partialStringMemberWithEnabledBySettingValue; |
| if (isNullOrUndefined) |
| partialStringMemberWithEnabledBySettingValue = jsUndefined(); |
| else { |
| partialStringMemberWithEnabledBySettingValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialStringMemberWithEnabledBySetting"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialStringMemberWithEnabledBySettingValue.isUndefined()) { |
| result.partialStringMemberWithEnabledBySetting = convert<IDLDOMString>(lexicalGlobalObject, partialStringMemberWithEnabledBySettingValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| JSValue partialUnsignedLongMemberWithImplementedAsValue; |
| if (isNullOrUndefined) |
| partialUnsignedLongMemberWithImplementedAsValue = jsUndefined(); |
| else { |
| partialUnsignedLongMemberWithImplementedAsValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "partialUnsignedLongMemberWithImplementedAs"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!partialUnsignedLongMemberWithImplementedAsValue.isUndefined()) { |
| result.partialUnsignedLongMember = convert<IDLUnsignedLong>(lexicalGlobalObject, partialUnsignedLongMemberWithImplementedAsValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| #endif |
| JSValue stringMemberValue; |
| if (isNullOrUndefined) |
| stringMemberValue = jsUndefined(); |
| else { |
| stringMemberValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "stringMember"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!stringMemberValue.isUndefined()) { |
| result.stringMember = convert<IDLDOMString>(lexicalGlobalObject, stringMemberValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| JSValue unionMemberWithDefaultValueValue; |
| if (isNullOrUndefined) |
| unionMemberWithDefaultValueValue = jsUndefined(); |
| else { |
| unionMemberWithDefaultValueValue = object->get(&lexicalGlobalObject, Identifier::fromString(vm, "unionMemberWithDefaultValue"_s)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } |
| if (!unionMemberWithDefaultValueValue.isUndefined()) { |
| result.unionMemberWithDefaultValue = convert<IDLUnion<IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>, IDLDouble>>(lexicalGlobalObject, unionMemberWithDefaultValueValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| } else |
| result.unionMemberWithDefaultValue = TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue1; |
| return result; |
| } |
| |
| JSC::JSObject* convertDictionaryToJS(JSC::JSGlobalObject& lexicalGlobalObject, JSDOMGlobalObject& globalObject, const DictionaryImplName& dictionary) |
| { |
| auto& vm = JSC::getVM(&lexicalGlobalObject); |
| auto throwScope = DECLARE_THROW_SCOPE(vm); |
| |
| auto result = constructEmptyObject(&lexicalGlobalObject, globalObject.objectPrototype()); |
| |
| if (!IDLBoolean::isNullValue(dictionary.boolMember)) { |
| auto boolMemberValue = toJS<IDLBoolean>(lexicalGlobalObject, throwScope, IDLBoolean::extractValueFromNullable(dictionary.boolMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "boolMember"_s), boolMemberValue); |
| } |
| if (!IDLCallbackFunction<JSVoidCallback>::isNullValue(dictionary.callbackMember)) { |
| auto callbackMemberValue = toJS<IDLCallbackFunction<JSVoidCallback>>(lexicalGlobalObject, globalObject, throwScope, IDLCallbackFunction<JSVoidCallback>::extractValueFromNullable(dictionary.callbackMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "callbackMember"_s), callbackMemberValue); |
| } |
| if (!IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>::isNullValue(dictionary.enumMember)) { |
| auto enumMemberValue = toJS<IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>>(lexicalGlobalObject, throwScope, IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>::extractValueFromNullable(dictionary.enumMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "enumMember"_s), enumMemberValue); |
| } |
| auto nullableUnionWithNullDefaultValueValue = toJS<IDLNullable<IDLUnion<IDLDOMString, IDLBoolean>>>(lexicalGlobalObject, globalObject, throwScope, dictionary.nullableUnionWithNullDefaultValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "nullableUnionWithNullDefaultValue"_s), nullableUnionWithNullDefaultValueValue); |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (!IDLBoolean::isNullValue(dictionary.partialBooleanMember)) { |
| auto partialBooleanMemberValue = toJS<IDLBoolean>(lexicalGlobalObject, throwScope, IDLBoolean::extractValueFromNullable(dictionary.partialBooleanMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialBooleanMember"_s), partialBooleanMemberValue); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (!IDLBoolean::isNullValue(dictionary.partialBooleanMemberWithIgnoredConditional)) { |
| auto partialBooleanMemberWithIgnoredConditionalValue = toJS<IDLBoolean>(lexicalGlobalObject, throwScope, IDLBoolean::extractValueFromNullable(dictionary.partialBooleanMemberWithIgnoredConditional)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialBooleanMemberWithIgnoredConditional"_s), partialBooleanMemberWithIgnoredConditionalValue); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (!IDLCallbackFunction<JSVoidCallback>::isNullValue(dictionary.partialCallbackMember)) { |
| auto partialCallbackMemberValue = toJS<IDLCallbackFunction<JSVoidCallback>>(lexicalGlobalObject, globalObject, throwScope, IDLCallbackFunction<JSVoidCallback>::extractValueFromNullable(dictionary.partialCallbackMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialCallbackMember"_s), partialCallbackMemberValue); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (!IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>::isNullValue(dictionary.partialEnumMember)) { |
| auto partialEnumMemberValue = toJS<IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>>(lexicalGlobalObject, throwScope, IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>::extractValueFromNullable(dictionary.partialEnumMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialEnumMember"_s), partialEnumMemberValue); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| auto partialRequiredLongMemberValue = toJS<IDLLong>(lexicalGlobalObject, throwScope, dictionary.partialRequiredLongMember); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialRequiredLongMember"_s), partialRequiredLongMemberValue); |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (!IDLDOMString::isNullValue(dictionary.partialStringMember)) { |
| auto partialStringMemberValue = toJS<IDLDOMString>(lexicalGlobalObject, throwScope, IDLDOMString::extractValueFromNullable(dictionary.partialStringMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialStringMember"_s), partialStringMemberValue); |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (jsCast<JSDOMGlobalObject*>(&globalObject)->scriptExecutionContext()->settingsValues().testSettingEnabled) { |
| if (!IDLDOMString::isNullValue(dictionary.partialStringMemberWithEnabledBySetting)) { |
| auto partialStringMemberWithEnabledBySettingValue = toJS<IDLDOMString>(lexicalGlobalObject, throwScope, IDLDOMString::extractValueFromNullable(dictionary.partialStringMemberWithEnabledBySetting)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialStringMemberWithEnabledBySetting"_s), partialStringMemberWithEnabledBySettingValue); |
| } |
| } |
| #endif |
| #if ENABLE(Conditional13) || ENABLE(Conditional14) |
| if (!IDLUnsignedLong::isNullValue(dictionary.partialUnsignedLongMember)) { |
| auto partialUnsignedLongMemberWithImplementedAsValue = toJS<IDLUnsignedLong>(lexicalGlobalObject, throwScope, IDLUnsignedLong::extractValueFromNullable(dictionary.partialUnsignedLongMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "partialUnsignedLongMemberWithImplementedAs"_s), partialUnsignedLongMemberWithImplementedAsValue); |
| } |
| #endif |
| if (!IDLDOMString::isNullValue(dictionary.stringMember)) { |
| auto stringMemberValue = toJS<IDLDOMString>(lexicalGlobalObject, throwScope, IDLDOMString::extractValueFromNullable(dictionary.stringMember)); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "stringMember"_s), stringMemberValue); |
| } |
| auto unionMemberWithDefaultValueValue = toJS<IDLUnion<IDLEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>, IDLDouble>>(lexicalGlobalObject, globalObject, throwScope, dictionary.unionMemberWithDefaultValue); |
| RETURN_IF_EXCEPTION(throwScope, { }); |
| result->putDirect(vm, JSC::Identifier::fromString(vm, "unionMemberWithDefaultValue"_s), unionMemberWithDefaultValueValue); |
| return result; |
| } |
| |
| #endif |
| |
| String convertEnumerationToString(TestStandaloneDictionary::EnumInStandaloneDictionaryFile enumerationValue) |
| { |
| static const NeverDestroyed<String> values[] = { |
| MAKE_STATIC_STRING_IMPL("enumValue1"), |
| MAKE_STATIC_STRING_IMPL("enumValue2"), |
| }; |
| static_assert(static_cast<size_t>(TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue1) == 0, "TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue1 is not 0 as expected"); |
| static_assert(static_cast<size_t>(TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue2) == 1, "TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue2 is not 1 as expected"); |
| ASSERT(static_cast<size_t>(enumerationValue) < WTF_ARRAY_LENGTH(values)); |
| return values[static_cast<size_t>(enumerationValue)]; |
| } |
| |
| template<> JSString* convertEnumerationToJS(JSGlobalObject& lexicalGlobalObject, TestStandaloneDictionary::EnumInStandaloneDictionaryFile enumerationValue) |
| { |
| return jsStringWithCache(lexicalGlobalObject.vm(), convertEnumerationToString(enumerationValue)); |
| } |
| |
| template<> std::optional<TestStandaloneDictionary::EnumInStandaloneDictionaryFile> parseEnumeration<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>(JSGlobalObject& lexicalGlobalObject, JSValue value) |
| { |
| auto stringValue = value.toWTFString(&lexicalGlobalObject); |
| static constexpr std::pair<ComparableASCIILiteral, TestStandaloneDictionary::EnumInStandaloneDictionaryFile> mappings[] = { |
| { "enumValue1", TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue1 }, |
| { "enumValue2", TestStandaloneDictionary::EnumInStandaloneDictionaryFile::EnumValue2 }, |
| }; |
| static constexpr SortedArrayMap enumerationMapping { mappings }; |
| if (auto* enumerationValue = enumerationMapping.tryGet(stringValue); LIKELY(enumerationValue)) |
| return *enumerationValue; |
| return std::nullopt; |
| } |
| |
| template<> const char* expectedEnumerationValues<TestStandaloneDictionary::EnumInStandaloneDictionaryFile>() |
| { |
| return "\"enumValue1\", \"enumValue2\""; |
| } |
| |
| } // namespace WebCore |
| |
| #endif // ENABLE(Condition1) |