ladybird/Userland/Libraries/LibJS/Tests/builtins
Timothy Flynn d9d245faa7 LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype
Iterator.from creates an Iterator from either an existing iterator or
an iterator-like object. In the latter case, it sets the prototype of
the returned iterator to WrapForValidIteratorPrototype to wrap around
the iterator-like object's iteration methods.
2023-06-26 10:39:07 +02:00
..
AggregateError
Array
ArrayBuffer LibJS: Disallow creating ArrayBuffers larger than 2^53 - 1 2023-05-26 05:23:55 +02:00
Atomics
BigInt
Boolean
DataView
Date LibJS: Add "Month dd, yy hh:mm:ss" Date format 2023-05-22 06:07:05 +02:00
DisposableStack
Error
FinalizationRegistry
Function
functions
Infinity
Intl
Iterator LibJS: Implement Iterator.from and the WrapForValidIteratorPrototype 2023-06-26 10:39:07 +02:00
JSON
Map
Math
NaN
Number
Object
Promise
Proxy
Reflect
RegExp
Set
ShadowRealm
String
SuppressedError
Symbol
Temporal Everywhere: Change spelling of 'behaviour' to 'behavior' 2023-05-07 01:05:09 +02:00
TypedArray
WeakMap
WeakRef
WeakSet