Skip to content

Commit

Permalink
collection: check for "Arguments" string (#1352)
Browse files Browse the repository at this point in the history
Arguments is technically not a prototype, and the test is for the
toString result.

Relates to #1347.
  • Loading branch information
andreastt authored Nov 22, 2018
1 parent 8dc9cc7 commit ab32fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5792,7 +5792,7 @@ <h3>Executing Script</h3>
and whose:

<ul>
<li><a>initial value</a> of the <code>toString</code> <a>own property</a> is <code>Arguments</code>
<li><a>initial value</a> of the <code>toString</code> <a>own property</a> is "<code>Arguments</code>"
<li>instance of <a>Array</a>
<li>instance of <a><code>FileList</code></a>
<li>instance of <a><code>HTMLAllCollection</code></a>
Expand Down

0 comments on commit ab32fb3

Please sign in to comment.