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
2022-03-31
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
Linus Groh
2022-03-31
LibJS: Handle Etc/GMT timezones properly in TimeZone{IANA,Bracketed}Name
Linus Groh
2022-03-31
LibJS: Emit reference information for { calendarName: "always" } option
Linus Groh
2022-03-30
LibJS: Disallow calendar display names which contain an underscore
Timothy Flynn
2022-03-29
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
Linus Groh
2022-03-29
LibJS: Bring ForIn body evaluation closer to the specification
Idan Horowitz
2022-03-28
LibJS: Add more delete operator tests
Luke Wilde
2022-03-20
LibJS: Allow 'expect().fail("some random string")' in test-js
Ali Mohammad Pur
2022-03-16
LibJS: Relax line and column number restrictions in Error stack tests
Simon Wanner
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-03-15
LibJS: Handle non-Error this object in Error.prototype.stack getter
Linus Groh
2022-03-15
LibJS/Tests: Consolidate Error.prototype.stack tests
Linus Groh
2022-03-13
LibJS: Add some tests for TypedArray.prototype.set
mjz19910
2022-03-11
LibJS: Apply source's byte offset in TA#set when both TAs have same type
Luke Wilde
2022-03-10
LibJS: Add missing check in ParseTemporalInstant
Linus Groh
2022-03-10
LibJS: Adjust grammar for DateExtendedYear to exclude -000000
Linus Groh
2022-03-09
LibJS/Tests: Add tests for '−000000' (U+2212) DateExtendedYear
Linus Groh
2022-03-09
LibJS: Keep PrivateEnvironment through NativeFunction calls
davidot
2022-03-09
LibJS: Be more lenient when parsing milliseconds for Date
davidot
2022-03-08
LibJS: Implement the Error.prototype.stack setter
Luke Wilde
2022-03-06
LibJS: Implement the object literal __proto__ property key special case
Idan Horowitz
2022-03-02
LibJS: Implement and test ArrayBuffer.prototype.resize
ForLoveOfCats
2022-03-02
LibJS: Implement and test getters added by resizable ArrayBuffer
ForLoveOfCats
2022-03-02
LibJS: Fix rounding issues in Number.toFixed
Ben Abraham
2022-02-23
LibJS: Print the expected and received value on expect.toEqual() failure
Ali Mohammad Pur
2022-02-21
LibJS: Define the Intl.Collator's compare function name to be empty
Timothy Flynn
2022-02-20
LibJS: Re-implement String.localeCompare using the StringCompare AO
Idan Horowitz
2022-02-20
LibJS: Implement get Intl.Collator.prototype.compare
Idan Horowitz
2022-02-20
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
Linus Groh
2022-02-18
LibJS: Ensure we only call toString on computed properties once
Anonymous
2022-02-18
LibJS: Unify exponentiation logic for ** operator and Math.pow
Anonymous
2022-02-18
LibJS: Allow methods in classes named 'async'
davidot
2022-02-18
LibJS: Allow CallExpression as left hand side of for-of/for-in loops
davidot
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-16
LibJS/Tests: Run prettier on modulo-basic.js
Linus Groh
2022-02-16
LibJS: Implement the Number::remainder AO using fmod
Anonymous
2022-02-16
LibJS: Fix mixing of logical and coalescing operators
Anonymous
2022-02-15
LibJS: Fix cases where we incorrectly allowed 'in' in for loops
Anonymous
2022-02-15
LibJS: Use CopyDataProperties when spreading in object expressions
davidot
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
LibJS/Tests: Rename snake_case identifiers in string-basic.js
Linus Groh
2022-02-13
LibJS: Correct the handling of accessors on strings
Anonymous
2022-02-12
LibJS: Remove the name prefix for wrapped functions
Linus Groh
2022-02-10
LibJS: Add tests for Set.prototype.keys which is an alias for values
davidot
2022-02-10
LibJS: Fix Map Iterators when elements are deleted during iteration
davidot
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.call
Luke Wilde
2022-02-10
LibJS: Don't coerce this value to an object in Function.prototype.apply
Luke Wilde
2022-02-09
LibJS: Implement Function.prototype.bind() according to the spec :^)
Linus Groh
2022-02-09
LibJS: Implement Sets using Maps
Ali Mohammad Pur
2022-02-07
LibJS: Implement non standard error.stack attribute
Hendiadyoin1
[next]