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-30
LibJS: Add String.prototype.indexOf position argument
davidot
2021-06-28
LibJS/Tests: Fix toBeFalse() details prefix
Linus Groh
2021-06-28
LibJS: Bring Reflect.construct() closer to the specification
Idan Horowitz
2021-06-28
LibJS: Rewrite String.raw() closer to the specification
Idan Horowitz
2021-06-27
LibJS/Tests: Improve valueToString() output
Linus Groh
2021-06-27
LibJS: Unbreak test-js test that depended on function object class name
Andreas Kling
2021-06-27
LibJS: Add content type check to InitializeTypedArrayFromTypedArray()
Linus Groh
2021-06-26
LibJS: Skip tests which broke with reversion of f102b563
davidot
2021-06-26
LibJS: Allow setting the length of an object with prototype Array
davidot
2021-06-26
LibJS: Don't remove non-configurable items in Array when setting length
davidot
2021-06-26
LibJS: Add %TypedArray%.prototype.entries
Luke
2021-06-26
LibJS: Add %TypedArray%.prototype.values
Luke
2021-06-26
LibJS: Add %TypedArray%.prototype.keys
Luke
2021-06-25
LibJS: Bring Reference records a bit closer to the ECMAScript spec
Andreas Kling
2021-06-23
LibJS: Make AggregateError inherit from Error
Linus Groh
2021-06-23
LibJS: Correct behaviour of direct vs. indirect eval
Anonymous
2021-06-22
LibJS: Make string to integer parsing for properties more strict
davidot
2021-06-22
LibJS: Fix small issues in Array.prototype.concat
davidot
2021-06-22
LibJS: Make define_property always throw if specified
davidot
2021-06-22
LibJS: Return non-object argument unaltered from Object.setPrototypeOf()
Linus Groh
2021-06-19
LibJS: Add the Number.prototype.toFixed method
Idan Horowitz
2021-06-19
LibJS: Object.getOwnPropertyNames() should enumerate String's .length
Andreas Kling
2021-06-19
LibJS: Make Object.getOwnPropertyDescriptor() work on String subscripts
Andreas Kling
2021-06-19
LibJS: Make Number() constructor spec compliant
Linus Groh
2021-06-18
LibJS: Implement the 'Hashbang Grammar for JS' proposal
Linus Groh
2021-06-18
LibJS/Tests: Use eval() for toEvalTo(), not Function()
Linus Groh
2021-06-18
LibJS: Do not trim whitespace from property names when they're numbers
sin-ack
2021-06-18
LibJS: Add %TypedArray%.prototype.some
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.forEach
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.findIndex
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.find
Luke
2021-06-18
LibJS: Add %TypedArray%.prototype.every
Luke
2021-06-18
LibJS: Add Number.parseInt
Luke
2021-06-17
LibJS: Add the TypedArray.of() method
Idan Horowitz
2021-06-17
LibJS: Add BigInt64Array and BigUint64Array
Luke
2021-06-17
LibJS: Fix check for byteOffset instead of byteLength in byteLength test
Luke
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
[next]