.. |
AggregateError
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 年之前 |
Array
|
f7e2994f35
LibJS: Make string to integer parsing for properties more strict
|
4 年之前 |
ArrayBuffer
|
01187e58f2
LibJS: ArrayBuffer.prototype.slice
|
4 年之前 |
BigInt
|
690eb3bb8a
LibJS: Add support for hex, octal & binary big integer literals
|
4 年之前 |
Boolean
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
DataView
|
e4e6e03364
LibJS: Add tests for DataView.prototype getters and setters
|
4 年之前 |
Date
|
17afe015a5
LibJS: Add Date.prototype.setTime()
|
4 年之前 |
Error
|
862ba64037
LibJS: Implement the Error Cause proposal
|
4 年之前 |
FinalizationRegistry
|
e1b0719435
LibJS: Add all of the FinalizationRegistry.prototype methods
|
4 年之前 |
Function
|
202f855055
LibJS: Change non-ScriptFunction source string to "[native code]"
|
4 年之前 |
Infinity
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
JSON
|
223472c57f
LibJS: Dont try to serialize symbol-keyed properties
|
4 年之前 |
Map
|
322c8a3995
LibJS: Add the MapIterator built-in and the key/values/entries methods
|
4 年之前 |
Math
|
0053816e9d
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
|
4 年之前 |
NaN
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |
Number
|
c31392510a
LibJS: Add the Number.prototype.toFixed method
|
4 年之前 |
Object
|
8a06a93ce2
LibJS: Return non-object argument unaltered from Object.setPrototypeOf()
|
4 年之前 |
Promise
|
b377777208
LibJS: Add @@toStringTag to Promise.prototype
|
4 年之前 |
Proxy
|
9b35231453
LibJS: Implement Proxy.revocable()
|
4 年之前 |
Reflect
|
f932da095e
LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()
|
4 年之前 |
RegExp
|
d85b9fd5a0
LibJS: Bring back runtime validation of RegExp flags
|
4 年之前 |
Set
|
2a3090d292
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
|
4 年之前 |
String
|
2299be474b
LibJS: Add the String.fromCodePoint() method
|
4 年之前 |
Symbol
|
b661363dfe
LibJS: Implement String.prototype[@@toPrimitive]()
|
4 年之前 |
TypedArray
|
8be7bdaac3
LibJS: Add %TypedArray%.prototype.some
|
4 年之前 |
WeakMap
|
3c83298a26
LibJS: Use undefined as the fallback value for iterable entry key/value
|
4 年之前 |
WeakRef
|
b9d4dd6850
LibJS: Add the WeakRef.prototype.deref method
|
4 年之前 |
WeakSet
|
a00d154522
LibJS: Notify WeakSets when heap cells are sweeped
|
4 年之前 |
functions
|
442ef63008
LibJS: Add the global escape() & unescape() methods
|
4 年之前 |