.. |
AggregateError
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 rokov pred |
Array
|
3e0c19d6ea
LibJS: Add tests for all the unscopable Array prototype properties
|
3 rokov pred |
ArrayBuffer
|
b29e19c52a
LibJS: Implement and test getters added by resizable ArrayBuffer
|
3 rokov pred |
Atomics
|
1a3e1bff7b
LibJS: Implement Atomics.isLockFree
|
4 rokov pred |
BigInt
|
cb57475168
LibJS: Implement BigInt.asUintN
|
3 rokov pred |
Boolean
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 rokov pred |
DataView
|
84053816d5
LibJS: Use Checked<T> for offsets in the SetViewValue AO
|
4 rokov pred |
Date
|
30a143c79e
LibJS: Explicitly handle invalid Date objects in UTC time setters
|
3 rokov pred |
Error
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 rokov pred |
FinalizationRegistry
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 rokov pred |
Function
|
e657e88ed6
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
|
3 rokov pred |
Infinity
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 rokov pred |
Intl
|
96459e4b3a
LibJS: Define the Intl.Collator's compare function name to be empty
|
3 rokov pred |
JSON
|
23c72c6728
AK: Fix userland parsing of rounded floating point numbers
|
3 rokov pred |
Map
|
45646eee43
LibJS: Fix Map Iterators when elements are deleted during iteration
|
3 rokov pred |
Math
|
0053816e9d
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
|
4 rokov pred |
NaN
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 rokov pred |
Number
|
a9c9c8c076
LibJS: Fix rounding issues in Number.toFixed
|
3 rokov pred |
Object
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 rokov pred |
Promise
|
194d90dc72
LibJS: Don't coerce this value to object in Promise.prototype.finally()
|
3 rokov pred |
Proxy
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
3 rokov pred |
Reflect
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 rokov pred |
RegExp
|
2530b6adf0
LibJS: Create the RegExpExec result's "input" field last
|
3 rokov pred |
Set
|
821ae3a479
LibJS: Add tests for Set.prototype.keys which is an alias for values
|
3 rokov pred |
ShadowRealm
|
c08a52dd97
LibJS: Remove the name prefix for wrapped functions
|
3 rokov pred |
String
|
7ae2debf6e
LibJS: Re-implement String.localeCompare using the StringCompare AO
|
3 rokov pred |
Symbol
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 rokov pred |
Temporal
|
72b3ea49d6
LibJS: Enable Temporal tests that now pass
|
3 rokov pred |
TypedArray
|
745b998774
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
|
3 rokov pred |
WeakMap
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 rokov pred |
WeakRef
|
b9d4dd6850
LibJS: Add the WeakRef.prototype.deref method
|
4 rokov pred |
WeakSet
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 rokov pred |
functions
|
23cde7685c
LibJS: Correcly handle surrogates in escape()
|
3 rokov pred |