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-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
2021-05-11
LibJS: Make number parts unsigned in NumberPrototype::to_string
Luke
2021-05-10
LibJS: Make invalid RegExp flags a SyntaxError at parse time
Linus Groh
2021-05-10
LibJS/Tests: Rename function parameter from 'arguments' to 'arguments_'
Linus Groh
2021-05-05
LibJS/Tests: Use hasOwnProperty() for duplicate test check
Linus Groh
2021-04-29
Everywhere: "indexes" => "indices"
Andreas Kling
2021-04-25
LibJS: Fallback to undefined if last value in eval() is empty
Linus Groh
2021-04-23
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
Linus Groh
2021-04-23
LibJS/Tests: Remove fileName and lineNumber args from ExpectationError
Linus Groh
2021-04-23
LibJS/Tests: Improve expectation error details
Linus Groh
2021-04-23
LibRegex: Implement multiline stateful matches
Ali Mohammad Pur
2021-04-20
LibJS: Make Object.getOwnPropertyDescriptor() work with string indexed property
Linus Groh
2021-04-20
LibJS: Fix Object.getOwnPropertyDescriptor() attributes for numeric property
Linus Groh
2021-04-20
LibJS: Fix crash in Object.{freeze,seal}() with indexed properties
Linus Groh
2021-04-17
LibJS: Convert matched regex result to string in Symbol.replace
Idan Horowitz
2021-04-17
LibJS: Accept symbol property in the `in` operator
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an iterable object
Idan Horowitz
2021-04-17
LibJS: Implement initializing a TypedArray from an array-like object
Idan Horowitz
2021-04-16
LibJS: Dont try to serialize symbol-keyed properties
Idan Horowitz
2021-04-16
LibJS: Accept symbol property in ObjectPrototype::hasOwnProperty
Idan Horowitz
[prev]
[next]