mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-22 10:19:20 +00:00
LibJS: Implement Iterator.prototype [ @@toStringTag ]
This commit is contained in:
parent
d9d245faa7
commit
7ff6b472c0
Notes:
sideshowbarker
2024-07-17 05:01:20 +09:00
Author: https://github.com/trflynn89
Commit: 7ff6b472c0
Pull-request: https://github.com/SerenityOS/serenity/pull/19642
2 changed files with 7 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
test("basic functionality", () => {
|
||||
expect(Iterator.prototype[Symbol.toStringTag]).toBe("Iterator");
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue