mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +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:
parent
0535c1abbd
commit
064c8be627
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/davidot
Commit: 064c8be627
Pull-request: https://github.com/SerenityOS/serenity/pull/11041
Reviewed-by: https://github.com/linusg
8 changed files with 311 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue