#include "root.h" #include "BufferEncodingType.h" #include "JSDOMConvertEnumeration.h" namespace WebCore { String convertEnumerationToString(BufferEncodingType); template<> JSC::JSString* convertEnumerationToJS(JSC::JSGlobalObject&, BufferEncodingType); template<> std::optional parseEnumeration(JSC::JSGlobalObject&, JSC::JSValue); template<> const char* expectedEnumerationValues(); } // namespace WebCore