.. |
AggregateError
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 years ago |
Array
|
00b8ce4a6d
LibJS: Pass this value to fallback func in Array.prototype.toString()
|
3 years ago |
ArrayBuffer
|
f350c153e8
LibJS: Implement and test ArrayBuffer.prototype.resize
|
3 years ago |
Atomics
|
1a3e1bff7b
LibJS: Implement Atomics.isLockFree
|
4 years ago |
BigInt
|
cb57475168
LibJS: Implement BigInt.asUintN
|
3 years ago |
Boolean
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
DataView
|
84053816d5
LibJS: Use Checked<T> for offsets in the SetViewValue AO
|
4 years ago |
Date
|
9098257668
LibJS: Reject -00000 as extended year in Date parsing
|
3 years ago |
Error
|
cc77bb5067
LibJS: Relax line and column number restrictions in Error stack tests
|
3 years ago |
FinalizationRegistry
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 years ago |
Function
|
e657e88ed6
LibJS: Add [[InitialName]] and use it in Function.prototype.toString()
|
3 years ago |
Infinity
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Intl
|
f8e7701cf3
LibJS: Disallow calendar display names which contain an underscore
|
3 years ago |
JSON
|
23c72c6728
AK: Fix userland parsing of rounded floating point numbers
|
3 years ago |
Map
|
59080f441e
LibJS: Normalize NaN values in Sets and Maps
|
3 years ago |
Math
|
0053816e9d
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
|
4 years ago |
NaN
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Number
|
a9c9c8c076
LibJS: Fix rounding issues in Number.toFixed
|
3 years ago |
Object
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 years ago |
Promise
|
194d90dc72
LibJS: Don't coerce this value to object in Promise.prototype.finally()
|
3 years ago |
Proxy
|
957f54d96f
LibJS: Throw InternalErrors instead of Errors on CallStackSizeExceeded
|
3 years ago |
Reflect
|
cf168fac50
LibJS: Implement [[Call]] and [[Construct]] internal slots properly
|
3 years ago |
RegExp
|
2530b6adf0
LibJS: Create the RegExpExec result's "input" field last
|
3 years ago |
Set
|
59080f441e
LibJS: Normalize NaN values in Sets and Maps
|
3 years ago |
ShadowRealm
|
68ee193464
LibJS: Check type of ShadowRealm.prototype.importValue() 2nd argument
|
3 years ago |
String
|
7ae2debf6e
LibJS: Re-implement String.localeCompare using the StringCompare AO
|
3 years ago |
Symbol
|
e37cf73300
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
|
3 years ago |
Temporal
|
8e175b4959
LibJS: Adjust ISO8601 representation for years between 1 BCE and 999 CE
|
3 years ago |
TypedArray
|
4d0315099f
LibJS: Allow TypeArray to become detached in TypedArray.prototype.set
|
3 years ago |
WeakMap
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 years ago |
WeakRef
|
b9d4dd6850
LibJS: Add the WeakRef.prototype.deref method
|
4 years ago |
WeakSet
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 years ago |
functions
|
23cde7685c
LibJS: Correcly handle surrogates in escape()
|
3 years ago |