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
2021-05-29
LibJS: Expose minimum possible cell size of JS::Heap
Andrew Kaster
2021-05-29
LibJS: Remove unused HeapBlock private member function
Andrew Kaster
2021-05-29
Everywhere: Use s.unverwerth@serenityos.org :^)
Stephan Unverwerth
2021-05-28
LibJS: Poison unused heap blocks until they are re-allocated
Andrew Kaster
2021-05-28
LibJS: Add inline capacity to BlockAllocator's blocks Vector
Idan Horowitz
2021-05-27
LibJS: Update mmap name after recycling a HeapBlock :^)
Andreas Kling
2021-05-27
LibJS: Make sure aligned_alloc() doesn't return a null pointer
Gunnar Beutner
2021-05-27
LibJS: Remove unused HeapBlock::operator delete()
Andreas Kling
2021-05-27
LibJS: Make BlockAllocator use free() on non-Serenity platforms
Andreas Kling
2021-05-27
LibJS: Rename Allocator => CellAllocator
Andreas Kling
2021-05-27
LibJS: Recycle up to 64 HeapBlocks to improve performance :^)
Andreas Kling
2021-05-26
LibJS+LibWeb: Make Uint8ClampedArray use TypedArray
Ali Mohammad Pur
2021-05-26
LibJS: Allow ArrayBuffer to not own its backing data buffer as well
Ali Mohammad Pur
2021-05-25
LibJS: Fix broken dbgln_if(HEAP_DEBUG)
Andreas Kling
2021-05-25
LibJS: Fix clang-tidy warnings about redundant types in Heap.cpp
Andreas Kling
2021-05-25
LibJS: Fix clang-tidy warnings about unnecessary move()s in VM.cpp
Andreas Kling
2021-05-25
LibJS: Make Value::as_cell() return a Cell&
Andreas Kling
2021-05-25
LibJS: Make Cell::Visitor::visit_impl() take a Cell&
Andreas Kling
2021-05-25
LibJS: Replace Cell live bit with a cell state
Andreas Kling
2021-05-25
LibJS: Inline Cell::Visitor::visit() functions
Andreas Kling
2021-05-24
AK+Everywhere: Consolidate String::index_of() and String::find()
Andreas Kling
2021-05-21
LibJS: Expose TypedArray.prototype.byteOffset
Luke
2021-05-21
LibJS: Expose TypedArray.prototype.byteLength
Luke
2021-05-21
LibJS: Expose TypedArray.prototype.buffer
Luke
2021-05-21
LibJS: Expose BYTES_PER_ELEMENT on each TypedArray
Luke
2021-05-21
LibJS: Fix indexed access of TypedArray with byte offset
Linus Groh
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-18
LibJS: Implement Object.hasOwn() :^)
Andreas Kling
2021-05-17
LibJS: Handle OOB access in GenericIndexedPropertyStorage::take_last()
Linus Groh
2021-05-17
LibJS: Make length_setter_generic_storage_threshold a global constant
Linus Groh
2021-05-17
LibJS: Make the forward transition chain weakly cached
Andreas Kling
2021-05-17
LibJS: Don't consider cells in the lazy freelist in conservative scan
Andreas Kling
2021-05-17
LibJS: Always prefer freelist over lazy freelist if possible
Andreas Kling
2021-05-17
LibJS: Move Cell.{cpp,h} from Runtime/ to Heap/
Andreas Kling
2021-05-17
LibJS: Implement lazy freelist allocation for cells
Andreas Kling
2021-05-17
Build: Stop using precompiled headers (PCH)
Andreas Kling
2021-05-17
LibJS: Increase free stack space required for function calls to 32 kiB
Linus Groh
2021-05-17
LibJS: Default-initialize the current_node pointer member in CallFrame
Ali Mohammad Pur
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-05-14
LibJS: Make sure all allocators are 8-byte aligned
Andrew Kaster
2021-05-13
LibJS: Ensure function declarations don't leak outside function scopes
Linus Groh
2021-05-13
LibJS/Tests: Add details for toBeTrue() / toBeFalse() expectation error
Linus Groh
2021-05-13
LibJS/Tests: Add details for toThrowWithMessage did-not-throw case
Linus Groh
2021-05-13
LibJS/Tests: Add prefix to toThrowWithMessage expectation error details
Linus Groh
2021-05-11
LibJS: Make super() in catch block work
Linus Groh
2021-05-11
LibJS: Bring back runtime validation of RegExp flags
Linus Groh
2021-05-11
LibJS/Tests: Add details for toThrowWithMessage() expectation error
Linus Groh
2021-05-11
LibJS: Use u64 instead of u32 in NumberPrototype::to_string
Luke
2021-05-11
LibJS: Make number parts unsigned in NumberPrototype::to_string
Luke
[next]