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
/
Contrib
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Convert Realm::create() to NonnullGCPtr
Linus Groh
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-11-23
LibJS: Add missing <AK/TypeCasts.h> include in $262Object.cpp
Andreas Kling
2022-08-30
LibJS: Implement $262.evalScript() according to the given algorithm
Linus Groh
2022-08-29
LibJS: Properly initialize the global object for $262.createRealm
davidot
2022-08-29
LibJS: Hide all the constructors!
Andreas Kling
2022-08-28
LibJS: Turn initialize_global_object() into a regular initialize()
Linus Groh
2022-08-27
LibJS: Remove GlobalObject::{set_,}associated_realm()
Linus Groh
2022-08-27
LibJS: Move intrinsics to the realm
Linus Groh
2022-08-23
LibJS: Pass Realm to define_native_{accessor,function}()
Linus Groh
2022-08-23
LibJS: Pass Realm to GlobalObject::initialize_global_object()
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in ArrayBuffer AOs [Part 11/19]
Linus Groh
2022-08-23
LibJS: Replace GlobalObject with VM in Value AOs [Part 4/19]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
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 initialize() functions
Linus Groh
2022-08-23
LibJS+LibWeb: Replace GlobalObject with Realm in object constructors
Linus Groh
2022-08-20
LibJS: Make IsHTMLDDA non-constructible
davidot
2022-08-06
LibJS+LibWeb: Restore type safety of Realm::set_global_object()
Linus Groh
2022-08-05
LibJS: Actually create a new Realm in $262.createRealm()
Andreas Kling
2022-08-05
LibJS: Let Shape store a Realm instead of a GlobalObject
Andreas Kling
2022-05-03
LibJS: Remove implicit wrapping/unwrapping of completion records
Linus Groh
2022-04-08
LibJS: Move DetachArrayBuffer implementation to the ArrayBuffer object
Timothy Flynn
2022-03-29
LibJS: Import C++ sources from libjs-test262 :^)
Linus Groh