mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-11 12:06:07 +00:00
IDLGenerators: Set Iterator @@toStringTag
with correct descriptor
This commit is contained in:
parent
5b6f2bb23a
commit
b6ec055bf9
Notes:
github-actions[bot]
2025-01-11 15:03:39 +00:00
Author: https://github.com/tcl3
Commit: b6ec055bf9
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3226
4 changed files with 39 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
[object Iterator]
|
||||
[object Iterator]
|
||||
[object URLSearchParams Iterator]
|
||||
[object URLSearchParams Iterator]
|
||||
true
|
||||
hello
|
||||
1
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
Harness status: OK
|
||||
|
||||
Found 3 tests
|
||||
|
||||
3 Pass
|
||||
Pass Default iterator objects for an interface have the same prototype
|
||||
Pass Object.prototype.toString returns correct value
|
||||
Pass @@toStringTag has correct value from prototype
|
Loading…
Add table
Add a link
Reference in a new issue