ladybird/Userland/Libraries/LibWeb/WebAssembly
sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*)
Each of these strings would previously rely on StringView's char const*
constructor overload, which would call __builtin_strlen on the string.
Since we now have operator ""sv, we can replace these with much simpler
versions. This opens the door to being able to remove
StringView(char const*).

No functional changes.
2022-07-12 23:11:35 +02:00
..
WebAssemblyInstanceConstructor.cpp
WebAssemblyInstanceConstructor.h
WebAssemblyInstanceObject.cpp AK: Return Optional<T&> from HashMap<..., T>::get() 2022-04-04 12:48:31 +02:00
WebAssemblyInstanceObject.h
WebAssemblyInstanceObjectPrototype.cpp
WebAssemblyInstanceObjectPrototype.h
WebAssemblyMemoryConstructor.cpp
WebAssemblyMemoryConstructor.h
WebAssemblyMemoryPrototype.cpp
WebAssemblyMemoryPrototype.h
WebAssemblyModuleConstructor.cpp
WebAssemblyModuleConstructor.h
WebAssemblyModuleObject.cpp
WebAssemblyModuleObject.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WebAssemblyModulePrototype.h
WebAssemblyObject.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
WebAssemblyObject.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WebAssemblyTableConstructor.cpp
WebAssemblyTableConstructor.h
WebAssemblyTableObject.cpp
WebAssemblyTableObject.h
WebAssemblyTablePrototype.cpp
WebAssemblyTablePrototype.h