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
/
Module.cpp
Age
Commit message (
Expand
)
Author
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-23
LibJS: Make CyclicModule.h not include PromiseCapability.h
Andreas Kling
2022-10-06
LibJS: Add [[HostDefined]] field to Modules
networkException
2022-09-06
LibJS: Make Script and Module GC-allocated
Andreas Kling
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 object constructors
Linus Groh
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-01-30
LibJS: Add support for JSON modules
davidot
2022-01-22
LibJS: Implement Module linking and evaluating
davidot
2022-01-22
LibJS: Add filename tracking to Script and Module
davidot
2021-09-14
LibJS: Add a barebones Module class
Andreas Kling