ladybird/Userland/Libraries/LibWeb/WebAssembly
Timothy Flynn a59ebdac2d LibJS+Everywhere: Return strings by value from PrimitiveString
It turns out return a ThrowCompletionOr<T const&> is flawed, as the GCC
expansion trick used with TRY will always make a copy. PrimitiveString
is luckily the only such use case.
2023-01-13 18:50:47 -05:00
..
WebAssemblyInstanceConstructor.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyInstanceConstructor.h
WebAssemblyInstanceObject.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyInstanceObject.h
WebAssemblyInstanceObjectPrototype.cpp
WebAssemblyInstanceObjectPrototype.h
WebAssemblyMemoryConstructor.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyMemoryConstructor.h
WebAssemblyMemoryPrototype.cpp
WebAssemblyMemoryPrototype.h
WebAssemblyModuleConstructor.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyModuleConstructor.h
WebAssemblyModuleObject.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyModuleObject.h
WebAssemblyModulePrototype.h
WebAssemblyObject.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyObject.h
WebAssemblyTableConstructor.cpp LibJS+Everywhere: Return strings by value from PrimitiveString 2023-01-13 18:50:47 -05:00
WebAssemblyTableConstructor.h
WebAssemblyTableObject.cpp LibWeb: Generate dedicated methods to create Web constructors/prototypes 2023-01-10 16:08:14 +01:00
WebAssemblyTableObject.h
WebAssemblyTablePrototype.cpp
WebAssemblyTablePrototype.h