ladybird/Userland/Libraries/LibWeb/WebAssembly
Ali Mohammad Pur 33e27c545e AK: Return Optional<T&> from HashMap<..., T>::get()
This avoids a useless copy of the value, as most of the users (except
one) actually just need a reference to the value.
2022-04-04 12:48:31 +02:00
..
WebAssemblyInstanceConstructor.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
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 Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
WebAssemblyMemoryConstructor.h
WebAssemblyMemoryPrototype.cpp
WebAssemblyMemoryPrototype.h
WebAssemblyModuleConstructor.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
WebAssemblyModuleConstructor.h
WebAssemblyModuleObject.cpp
WebAssemblyModuleObject.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WebAssemblyModulePrototype.h
WebAssemblyObject.cpp Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WebAssemblyObject.h Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
WebAssemblyTableConstructor.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
WebAssemblyTableConstructor.h
WebAssemblyTableObject.cpp
WebAssemblyTableObject.h
WebAssemblyTablePrototype.cpp
WebAssemblyTablePrototype.h