ladybird/Userland/Libraries/LibWeb/WebAssembly
Ali Mohammad Pur 23b48f8fe1 Revert "LibWasm: Some more performance stuff (#8812)"
This reverts commit 35394dbfaa.
I pushed the wrong button again, hopefully this will be the last of
such incidents.
2021-07-17 01:11:28 +04:30
..
WebAssemblyInstanceConstructor.cpp LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
WebAssemblyInstanceConstructor.h LibWeb: Add the WebAssembly.Instance constructor 2021-07-02 04:53:01 +04:30
WebAssemblyInstanceObject.cpp LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
WebAssemblyInstanceObject.h LibWeb: Split the WebAssemblyInstance object logic into multiple files 2021-07-02 04:53:01 +04:30
WebAssemblyInstanceObjectPrototype.cpp LibJS: Remove the default length & attributes from define_native_* 2021-07-06 14:20:30 +01:00
WebAssemblyInstanceObjectPrototype.h LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessors 2021-07-05 12:43:24 +01:00
WebAssemblyMemoryConstructor.cpp LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
WebAssemblyMemoryConstructor.h LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
WebAssemblyMemoryPrototype.cpp LibJS: Remove the default length & attributes from define_native_* 2021-07-06 14:20:30 +01:00
WebAssemblyMemoryPrototype.h LibWeb: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessors 2021-07-05 12:43:24 +01:00
WebAssemblyModuleConstructor.cpp LibJS: Add define_direct_property and remove the define_property helper 2021-07-06 14:20:30 +01:00
WebAssemblyModuleConstructor.h LibWeb: Add the WebAssembly.Module constructor 2021-07-02 04:53:01 +04:30
WebAssemblyModuleObject.cpp LibWeb: Add the WebAssembly.Module constructor 2021-07-02 04:53:01 +04:30
WebAssemblyModuleObject.h LibWeb: Add the WebAssembly.Module constructor 2021-07-02 04:53:01 +04:30
WebAssemblyModulePrototype.h LibWeb: Add the WebAssembly.Module constructor 2021-07-02 04:53:01 +04:30
WebAssemblyObject.cpp Revert "LibWasm: Some more performance stuff (#8812)" 2021-07-17 01:11:28 +04:30
WebAssemblyObject.h LibWeb: Add the WebAssembly.Module constructor 2021-07-02 04:53:01 +04:30