Skip to content

Commit ab32fb3

Browse files
authored
collection: check for "Arguments" string (#1352)
Arguments is technically not a prototype, and the test is for the toString result. Relates to #1347.
1 parent 8dc9cc7 commit ab32fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5792,7 +5792,7 @@ <h3>Executing Script</h3>
57925792
and whose:
57935793

57945794
<ul>
5795-
<li><a>initial value</a> of the <code>toString</code> <a>own property</a> is <code>Arguments</code>
5795+
<li><a>initial value</a> of the <code>toString</code> <a>own property</a> is "<code>Arguments</code>"
57965796
<li>instance of <a>Array</a>
57975797
<li>instance of <a><code>FileList</code></a>
57985798
<li>instance of <a><code>HTMLAllCollection</code></a>

0 commit comments

Comments
 (0)