1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 05:47:34 +00:00

LibJS: Add AsyncFromSyncIteratorPrototype and Async-From-Sync instances

Until we have actual iterator records we have to store the sync iterator
as the raw object.
This commit is contained in:
davidot 2021-11-23 15:01:35 +01:00 committed by Linus Groh
parent 0535c1abbd
commit 064c8be627
8 changed files with 311 additions and 0 deletions

View file

@ -185,6 +185,7 @@ class ProxyConstructor;
// Not included in JS_ENUMERATE_NATIVE_OBJECTS due to missing distinct constructor
class GeneratorObjectPrototype;
class AsyncFromSyncIteratorPrototype;
class TypedArrayConstructor;
class TypedArrayPrototype;