index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
WebAssembly
/
WebAssemblyInstanceObject.cpp
Age
Commit message (
Expand
)
Author
2022-10-01
LibWeb: Remove unecessary dependence on Window from WebAssembly classes
Andrew Kaster
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with VM in WebAssembly AOs [Part 1/4]
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in Heap::allocate<T>()
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in create() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-04-04
AK: Return Optional<T&> from HashMap<..., T>::get()
Ali Mohammad Pur
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2021-10-31
LibWeb: Make GlobalObject the first parameter of WebAssembly AOs
Idan Horowitz
2021-10-03
LibJS: Convert set_integrity_level() to ThrowCompletionOr
Linus Groh
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-07-02
LibWeb: Add the WebAssembly.Instance constructor
Ali Mohammad Pur
2021-07-02
LibWeb: Split the WebAssemblyInstance object logic into multiple files
Ali Mohammad Pur