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-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
2021-04-15
LibJS: Implement String.prototype.substr according to the spec
Timothy Flynn
2021-04-14
LibJS: Implement the encode/decodeURI(Component) family of functions
Idan Horowitz
2021-04-14
LibJS: Add name and message properties to NativeError prototypes
Linus Groh
2021-04-13
LibJS: Fix return value of TryStatement with finalizer
Linus Groh
2021-04-13
LibJS: Array.from mapFn fixes + thisArg support
tuqqu
2021-04-12
LibJS: Make Errors fully spec compliant
Linus Groh
2021-04-12
LibRegex: Generate a 'Compare' op for empty character classes
AnotherTest
2021-04-11
LibJS: Removed a fixme in a test of BigInt.prototype.valueOf
tuqqu
2021-04-11
LibJS: Fix array hole and string object indexing prototype indirection
Linus Groh
2021-04-10
LibJS: Implicitly break for..in loop if the RHS result is nullish
Linus Groh
2021-04-10
LibJS: Implement Object.create()
Linus Groh
2021-04-10
LibJS: Implement Object.defineProperties()
Linus Groh
2021-04-10
LibRegex: Treat brace quantifiers with invalid contents as literals
AnotherTest
2021-04-10
LibRegex: Allow a '?' suffix for brace quantifiers
AnotherTest
2021-04-09
LibJS: Added tests for constructing TypeArray from another
Amjad Alsharafi
2021-04-07
LibJS: Implement Object.isFrozen() and Object.isSealed()
Linus Groh
2021-04-07
LibJS: Implement Object.freeze() and Object.seal()
Linus Groh
2021-04-06
LibJS: Support mapFn argument of Array.from
tuqqu
2021-04-05
LibJS: Let Object::get_own_properties() return both strings and symbols
Linus Groh
2021-04-05
LibRegex: Make sure there are as many group matches as actual matches
AnotherTest
2021-04-05
LibRegex: Consider named capture groups as normal capture groups too
AnotherTest
2021-04-04
LibRegex: Allocate entries for all capture groups in RegexResult
AnotherTest
2021-04-03
LibJS: Fix returning from try statement
Linus Groh
2021-04-03
LibJS: Keep RegExp.exec() results in correct order
Linus Groh
2021-04-03
LibJS: ArrayBuffer.prototype.slice
Jamie Mansfield
2021-04-02
LibJS: Use empty value for Reference unresolvable state, not undefined
Linus Groh
2021-04-02
LibJS: Implement most of String.prototype.replace
Timothy Flynn
2021-04-02
LibJS: Add initial support for Promises
Linus Groh
2021-04-01
LibRegex: Allow references to capture groups that aren't parsed yet
AnotherTest
2021-03-31
LibJS: Provide 'details' key in results object for duplicate test
Linus Groh
2021-03-30
LibJS: Fix two issues with array (length > INT32_MAX)
Andreas Kling
[prev]
[next]