.. |
AggregateError
|
cbd7437d40
LibJS: Implement AggregateError
|
4 gadi atpakaļ |
Array
|
bc540de0af
LibJS: Pass in actual_delete_count to removed array creation in splice
|
4 gadi atpakaļ |
ArrayBuffer
|
01187e58f2
LibJS: ArrayBuffer.prototype.slice
|
4 gadi atpakaļ |
BigInt
|
67a5e9f018
LibJS: Add left shift & right shift operator support for BigIntegers
|
4 gadi atpakaļ |
Boolean
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 gadi atpakaļ |
Date
|
17afe015a5
LibJS: Add Date.prototype.setTime()
|
4 gadi atpakaļ |
Error
|
8d77a3297a
LibJS: Improve Error/NativeError tests
|
4 gadi atpakaļ |
Function
|
202f855055
LibJS: Change non-ScriptFunction source string to "[native code]"
|
4 gadi atpakaļ |
Infinity
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 gadi atpakaļ |
JSON
|
223472c57f
LibJS: Dont try to serialize symbol-keyed properties
|
4 gadi atpakaļ |
Math
|
0053816e9d
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
|
4 gadi atpakaļ |
NaN
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 gadi atpakaļ |
Number
|
d255e6892b
LibJS: Update NumberPrototype's this_number_value() to take a Value
|
4 gadi atpakaļ |
Object
|
4e555fae22
LibJS: Add missing cyclic prototype check to Object.setPrototypeOf()
|
4 gadi atpakaļ |
Promise
|
b377777208
LibJS: Add @@toStringTag to Promise.prototype
|
4 gadi atpakaļ |
Proxy
|
9b35231453
LibJS: Implement Proxy.revocable()
|
4 gadi atpakaļ |
Reflect
|
f932da095e
LibJS: Use create_list_from_array_like() in Reflect.{apply,construct}()
|
4 gadi atpakaļ |
RegExp
|
d85b9fd5a0
LibJS: Bring back runtime validation of RegExp flags
|
4 gadi atpakaļ |
Set
|
2a3090d292
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
|
4 gadi atpakaļ |
String
|
b6093ae2e3
LibJS: Implement String.prototype.substr according to the spec
|
4 gadi atpakaļ |
Symbol
|
b661363dfe
LibJS: Implement String.prototype[@@toPrimitive]()
|
4 gadi atpakaļ |
TypedArray
|
4d34802f74
LibJS: Expose TypedArray.prototype.byteOffset
|
4 gadi atpakaļ |
WeakSet
|
a00d154522
LibJS: Notify WeakSets when heap cells are sweeped
|
4 gadi atpakaļ |
functions
|
442ef63008
LibJS: Add the global escape() & unescape() methods
|
4 gadi atpakaļ |