We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d9cc4 commit a35410dCopy full SHA for a35410d
index.bs
@@ -11430,6 +11430,12 @@ for that interface on which named properties are exposed.
11430
1. Return |obj|.
11431
</div>
11432
11433
+Note: The \[[OwnPropertyKeys]] internal method of a named properties object
11434
+continues to use <a abstract-op>OrdinaryOwnPropertyKeys</a>,
11435
+unlike the counterpart for [=legacy platform objects=].
11436
+Since named properties are not “real” own properties,
11437
+they will not be returned by this internal method.
11438
+
11439
The [=class string=] of a [=named properties object=]
11440
is the concatenation of the [=interface=]'s
11441
[=identifier=] and the string "<code>Properties</code>".
0 commit comments