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
/
LibJS
/
Runtime
/
FinalizationRegistry.cpp
Age
Commit message (
Expand
)
Author
2022-06-23
LibJS: Implement stage 3 proposal FinalizationRegistry changes
Idan Horowitz
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-03
LibJS: Remove a bunch of gratuitous JS namespace qualifiers
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-02-09
LibJS: Replace uses of MarkedValueList with MarkedVector<Value>
Linus Groh
2022-02-08
LibJS: Setup host hooks and have promise jobs work out the realm
Luke Wilde
2022-02-08
LibJS: Convert FinalizationRegistry::cleanup to ThrowCompletionOr
davidot
2022-01-23
Everywhere: Convert VM::call() to JS::call()
mjz19910
2021-10-05
LibJS: Make WeakContainer pruning do less work
Andreas Kling
2021-09-11
LibJS+LibWeb+Spreadsheet: Upcall visit_edges() via Base typedef
Andreas Kling
2021-09-11
LibJS: Tweak the WeakContainer::remove_swept_cells() API a little bit
Andreas Kling
2021-06-27
LibJS: Fix typo "sweeped" => "swept" everywhere
Andreas Kling
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-20
LibJS: Consistently make prototype the last argument in Object ctors
Linus Groh
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz