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
/
Tests
Age
Commit message (
Expand
)
Author
2021-06-12
LibJS: Implement Object.assign()
Linus Groh
2021-06-12
LibJS: Add all of the WeakMap.prototype methods (delete, get, has, set)
Idan Horowitz
2021-06-11
LibJS: Implement the Error Cause proposal
Linus Groh
2021-06-11
LibJS: Improve Error/NativeError tests
Linus Groh
2021-06-11
LibJS: Implement AggregateError
Linus Groh
2021-06-10
LibJS: Pass in actual_delete_count to removed array creation in splice
Luke
2021-06-09
LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()
Linus Groh
2021-06-09
LibJS: Only "var" declarations go in the global object at program level
Andreas Kling
2021-06-09
LibJS: Notify WeakSets when heap cells are sweeped
Idan Horowitz
2021-06-09
LibJS: Add all of the WeakSet.prototype methods (add, delete, has)
Idan Horowitz
2021-06-09
LibJS: Add the WeakSet built-in object
Idan Horowitz
2021-06-09
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
Idan Horowitz
2021-06-09
LibJS: Add most of the Set.prototype methods
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
LibJS: Implement Proxy.revocable()
Linus Groh
2021-06-08
LibJS: Remove Proxy() argument count check
Linus Groh
2021-06-08
LibJS: Add @@toStringTag to Reflect
Linus Groh
2021-06-08
LibJS: Add @@toStringTag to Promise.prototype
Linus Groh
2021-06-08
LibJS: Support deleting local variables with operator delete
Idan Horowitz
2021-06-07
LibJS: Add missing cyclic prototype check to Object.setPrototypeOf()
Linus Groh
2021-06-06
LibJS: Add Date.prototype.setTime()
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setMonth()
Idan Horowitz
2021-06-06
LibJS: Account for differences in month representations (0-11 vs 1-12)
Idan Horowitz
2021-06-06
LibJS: Add Date.prototype.setDate()
Idan Horowitz
2021-06-06
LibJS: Implement String.prototype[@@toPrimitive]()
Linus Groh
2021-06-06
LibJS: Remove String.prototype.length
Linus Groh
2021-06-06
LibJS: Update NumberPrototype's this_number_value() to take a Value
Linus Groh
2021-06-06
LibJS: Replace some is_nullish() checks with require_object_coercible()
Linus Groh
2021-06-06
LibJS: Implement Number.prototype.valueOf()
Linus Groh
2021-06-06
LibJS: Uncomment and add parseInt tests
Idan Horowitz
2021-06-05
LibJS: Throw TypeError on write to non-writable property in strict mode
Idan Horowitz
2021-06-05
LibJS: Add the global escape() & unescape() methods
Idan Horowitz
2021-06-04
LibJS: Fix functions binding this to global object in strict mode
Ryan Chandler
2021-06-04
LibJS/Tests: Catch exceptions in describe() itself
Ali Mohammad Pur
2021-05-31
LibJS: Add left shift & right shift operator support for BigIntegers
Idan Horowitz
2021-05-29
LibJS: Add tests for destructuring assignments and function parameters
Ali Mohammad Pur
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-18
LibJS: Implement Object.hasOwn() :^)
Andreas Kling
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
[next]