.. |
AggregateError
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 years ago |
Array
|
e26cfd313e
LibJS: Prevent stack overflow in flatten_into_array()
|
3 years ago |
ArrayBuffer
|
01187e58f2
LibJS: ArrayBuffer.prototype.slice
|
4 years ago |
Atomics
|
1a3e1bff7b
LibJS: Implement Atomics.isLockFree
|
4 years ago |
BigInt
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
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
|
3 years ago |
Date
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
Error
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 years ago |
FinalizationRegistry
|
43b17f27a3
test-js: Add a mark_as_garbage method to force GC to collect that object
|
3 years ago |
Function
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
Infinity
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 years ago |
Intl
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
JSON
|
223472c57f
LibJS: Dont try to serialize symbol-keyed properties
|
4 years ago |
Map
|
419c21c66f
LibJS/Tests: Test iteration order of Map.prototype.entries()
|
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
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
Object
|
2ba338869b
LibJS/Tests: Remove two leftover console.log() calls
|
3 years ago |
Promise
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
Proxy
|
941ff0cf60
LibJS: Prevent stack overflow if Proxy handler's __proto__ is the Proxy
|
3 years ago |
Reflect
|
09bd5f8772
LibJS: Rewrite most of Object for spec compliance :^)
|
4 years ago |
RegExp
|
6337eb52d8
LibJS: Implement RegExp.prototype.compile
|
3 years ago |
Set
|
2a3090d292
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
|
4 years ago |
String
|
207319ecf1
LibJS: Implement ECMA-402 String.prototype.toLocale{Lower,Upper}Case
|
3 years ago |
Symbol
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
Temporal
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
3 years ago |
TypedArray
|
76589d6728
LibJS: Change wording of ErrorType::NotA to be independent of context
|
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
|
442ef63008
LibJS: Add the global escape() & unescape() methods
|
4 years ago |