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
Age
Commit message (
Expand
)
Author
2023-05-28
LibJS: Make Error stack traces lazier
Andreas Kling
2023-05-27
LibJS/Runtime: Use `Core::File` in `VM::resolve_imported_module`
Lucas CHOLLET
2023-05-26
LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1
Timothy Flynn
2023-05-26
LibJS: Update spec numbers for the Well-Formed Unicode Strings proposal
Timothy Flynn
2023-05-24
Userland: Remove remaining users of Duration::now_realtime()
kleines Filmröllchen
2023-05-24
LibTimeZone+Userland: Change timezone functions to use UnixDateTime
kleines Filmröllchen
2023-05-24
AK: Rename Time to Duration
kleines Filmröllchen
2023-05-22
LibJS: Add "Month dd, yy hh:mm:ss" Date format
Luke Wilde
2023-05-21
LibJS: Don't dereference well-known symbols when gathering roots
Andreas Kling
2023-05-21
LibWeb+LibJS: Don't lazily construct web prototypes in cell constructors
Andreas Kling
2023-05-06
LibJS: Guard against stack overflow in ProxyObject set_property()
Maciej
2023-05-06
LibJS: Guard against stack overflow in ProxyObject has_property()
Maciej
2023-04-30
LibJS+LibWeb: Explicitly mark ignored members in visit_edges methods
Matthew Olsson
2023-04-30
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
Matthew Olsson
2023-04-30
LibJS+LibWeb: Normalize calls to Base::visit_edges in GC objects
Matthew Olsson
2023-04-21
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
Sam Atkins
2023-04-15
LibJS: Port create_iterator_result_object() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port iterator_step() to GCPtr
Linus Groh
2023-04-15
LibJS: Port iterator_next() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port this_symbol_value() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port this_string_value() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Port this_bigint_value() to NonnullGCPtr
Linus Groh
2023-04-15
LibJS: Add remaining missing spec comments to StringPrototype
Linus Groh
2023-04-15
LibJS: Add spec comments to StringPrototype
Linus Groh
2023-04-15
LibJS: Add spec comments to StringObject
Linus Groh
2023-04-15
LibJS: Add spec comments to ProxyConstructor
Linus Groh
2023-04-15
LibJS: Add spec comments to ObjectPrototype
Linus Groh
2023-04-15
LibJS: Add spec comments to ObjectConstructor
Linus Groh
2023-04-15
LibJS: Add spec comments to Object
Linus Groh
2023-04-15
LibJS: Add spec comments to NumberConstructor
Linus Groh
2023-04-15
LibJS: Add spec comments to MathObject
Linus Groh
2023-04-15
LibJS: Add spec comments to MapPrototype
Linus Groh
2023-04-15
LibJS: Add spec comments to GlobalObject
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::typed_this_value() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::typed_this_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port PrototypeObject::this_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::get_method() to GCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_bigint() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_object() to NonnullGCPtr
Linus Groh
2023-04-14
LibJS: Port Value::to_primitive_string() to NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make well-known symbol getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Make intrinsics getters return NonnullGCPtr
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakSetPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakSetConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakRefPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakRefConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakMapPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to WeakMapConstructor
Linus Groh
2023-04-13
LibJS: Add spec comments to TypedArrayPrototype
Linus Groh
2023-04-13
LibJS: Add spec comments to TypedArrayConstructor
Linus Groh
[next]