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
Age
Commit message (
Expand
)
Author
2023-05-14
LibJS/Bytecode: Restore old environments when an exception is caught
Andreas Kling
2023-05-14
LibJS/Bytecode: Fix bogus program termination after `try` with `catch`
Andreas Kling
2023-05-13
LibJS/Bytecode: Variable declarators should always prefer lexical env
Andreas Kling
2023-05-07
LibJS: Revert to original text in spec
Ben Wiederhake
2023-05-07
Everywhere: Change spelling of 'behaviour' to 'behavior'
Ben Wiederhake
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-05-02
LibJS: Fix mix-up between assignment and comparison
Daniel Bertalan
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-25
AK: Rename `Stream::format()` to `Stream::write_formatted()`
Tim Schumacher
2023-04-23
LibJS: Replace DeprecatedString with String in strip_ansi
Peter Brottveit Bock
2023-04-23
LibJS: Use Stream::format instead of manually formating and printing
Peter Brottveit Bock
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
2023-04-13
LibJS: Add spec comments to SymbolPrototype
Linus Groh
[next]