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-16
LibJS/Tests: Use Object.prototype.toString() for values in test details
Linus Groh
2021-06-16
LibJS: Allow no-op define property calls on non-configurable objects
Idan Horowitz
2021-06-16
LibJS: Add the String.fromCodePoint() method
Idan Horowitz
2021-06-15
LibJS: Add all of the FinalizationRegistry.prototype methods
Idan Horowitz
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-14
LibJS: Correctly parse yield-from expressions
Ali Mohammad Pur
2021-06-14
LibJS: Parse generator functions in object literals
Ali Mohammad Pur
2021-06-14
LibJS: Add a test file for generator function parsing
Ali Mohammad Pur
2021-06-14
LibJS: Add additional generic Array.prototype.slice tests
davidot
2021-06-14
LibJS: Implement Array.prototype.copyWithin generically
davidot
2021-06-14
LibJS: Implement Array.prototype.entries
davidot
2021-06-14
LibJS: Implement Array.prototype.flatMap
davidot
2021-06-14
LibJS: Make Array.prototype.concat generic
davidot
2021-06-14
LibJS: Make Array.prototype.reverse generic
davidot
2021-06-14
LibJS: Add additional Array.prototype.reverse tests
davidot
2021-06-14
LibJS: Make Array.prototype.unshift generic
davidot
2021-06-14
LibJS: Make Array.prototype.shift generic
davidot
2021-06-14
LibJS: Add support for hex, octal & binary big integer literals
Idan Horowitz
2021-06-14
LibJS: Add tests for DataView.prototype getters and setters
Idan Horowitz
2021-06-14
LibJS: Add the DataView built-in object
Idan Horowitz
2021-06-13
LibJS: Rewrite Array.prototype.slice to be spec compliant
Luke
2021-06-13
LibJS: Fix Object.prototype.valueOf() behavior
Linus Groh
2021-06-13
LibJS: Add the MapIterator built-in and the key/values/entries methods
Idan Horowitz
2021-06-13
LibJS: Add most of the Map.prototype methods
Idan Horowitz
2021-06-13
LibJS: Add the Map built-in object
Idan Horowitz
2021-06-12
LibJS: Use undefined as the fallback value for iterable entry key/value
Idan Horowitz
2021-06-12
LibJS: Add the Object.getOwnPropertySymbols method
Idan Horowitz
2021-06-12
LibJS: Remove argument count checks in Object.* methods
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef.prototype.deref method
Idan Horowitz
2021-06-12
LibJS: Add the WeakRef built-in object
Idan Horowitz
2021-06-12
LibJS: Add Array.prototype.keys()
davidot
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
[next]