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
2023-01-23
LibJS: Add DisposableStack{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add using declaration support in for and for of loops
davidot
2023-01-23
LibJS: Add using declaration support, RAII like operation in js
davidot
2023-01-23
LibJS: Add Symbol.dispose
davidot
2023-01-23
LibJS: Add SuppressedError{, Prototype, Constructor}
davidot
2023-01-23
LibJS: Add custom details to toBe{True, False} shown on failure
davidot
2023-01-23
LibJS: Clarify more errors in test-common
davidot
2023-01-14
LibJS: Set approximate number range format result's "source" to "shared"
Timothy Flynn
2023-01-10
LibJS: Use a work queue instead of the C++ stack for the GC mark phase
Andreas Kling
2022-12-26
LibJS: Add yearOfWeek calendar methods and properties
Luke Wilde
2022-12-15
LibJS: Throw a RangeError when when formatting strings in DurationFormat
Timothy Flynn
2022-12-14
LibJS: Don't update names of resulting functions in object expression
davidot
2022-12-13
LibJS: Support MM/DD/YYYY HH:MM <timezone-offset> format for Date
Luke Wilde
2022-12-10
LibJS: Use ToPropertyKey AO for computed member expression value
Linus Groh
2022-12-07
LibJS: Protect CanonicalIndex against double-to-integer overflow
Timothy Flynn
2022-12-03
LibJS: Add a function to ensure calls are made within the same second
davidot
2022-12-02
LibJS: Implement Set.prototype.isDisjointFrom
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSupersetOf
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.isSubsetOf
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.symmetricDifference
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.difference
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.intersection
Idan Horowitz
2022-12-02
LibJS: Implement Set.prototype.union
Idan Horowitz
2022-12-02
LibJS: Throw on conversion from TimeZone to Calendar and vice versa
Linus Groh
2022-12-01
LibJS: Implement String.prototype.toWellFormed
Timothy Flynn
2022-12-01
LibJS: Implement String.prototype.isWellFormed
Timothy Flynn
2022-11-30
LibJS: Allow TypedArrays to become detached while sorting
Timothy Flynn
2022-11-30
LibJS: Allow CallExpressions as lhs of assignments in most cases
davidot
2022-11-30
LibJS: Fix that constant declaration in for loop was mutable in body
davidot
2022-11-29
LibJS: Allow specifying only roundingIncrement in NumberFormat options
Timothy Flynn
2022-11-28
LibJS: Enable commented out tests in Math.asin
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.tanh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.sinh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.log10
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.log2
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.log
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.atanh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.atanh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.asinh
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.asin
davidot
2022-11-28
LibJS: Add spec comments and check for edge cases in Math.acosh
davidot
2022-11-19
LibJS: Fix UTF-16 corruption in String.prototype.replace()
Andreas Kling
2022-11-17
LibJS: Make sure private identifier is valid in optional chain
davidot
2022-11-17
LibJS: Add space in output of toEval in test-common.js
davidot
2022-11-17
LibJS: Initialize functions in spec order
davidot
2022-11-17
LibJS: No longer hoist if parent scope has a function with the same name
davidot
2022-11-15
LibJS: Fix that functions in module did not look for var declarations
davidot
2022-11-15
LibJS: Use correct this value for tagged template calls
davidot
2022-11-15
LibJS: Treat '\\' as an escaped character in template literals
davidot
2022-11-08
LibJS: Add thorough tests for try/finally using continue and break
Luke Wilde
[next]