Skip to content

Commit 67bc60f

Browse files
Editorial: Update note on duplicate [[OwnPropertyKeys]] entries
Co-authored-by: ExE Boss <[email protected]>
1 parent accdef1 commit 67bc60f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: index.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -8259,8 +8259,8 @@ ECMAScript Object values.
82598259
1. Let |typedValue| be |value| [=converted to an IDL value=] of type |V|.
82608260
1. [=map/Set=] |result|[|typedKey|] to |typedValue|.
82618261

8262-
Note: it's possible that |typedKey| is already in |result|, if |O| is a proxy
8263-
object.
8262+
Note: It's possible that |typedKey| is already in |result|,
8263+
if |K| is {{USVString}} and |key| contains unpaired surrogates.
82648264
1. Return |result|.
82658265
</div>
82668266

0 commit comments

Comments
 (0)