ladybird/Userland/Libraries/LibWeb/WebAssembly
Lenny Maiorani c37820b898 Libraries: Use default constructors/destructors in LibWeb
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules

"The compiler is more likely to get the default semantics right and
you cannot implement these functions better than the compiler."
2022-03-17 17:23:49 +00:00
..
WebAssemblyInstanceConstructor.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
WebAssemblyInstanceConstructor.h
WebAssemblyInstanceObject.cpp
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
WebAssemblyModulePrototype.h
WebAssemblyObject.cpp LibJS: Replace uses of MarkedValueList with MarkedVector<Value> 2022-02-09 12:25:27 +00:00
WebAssemblyObject.h
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