You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HiddenNames of a |PropertyDefinitionList| or |ClassElementList| returns a List containing all of the hidden member names defined in an object literal or class body. Each element in the list is a Record of the form {[[Name]]: *string*, [[Kind]]: *string*}.
158
+
HiddenNames of a |ClassElementList| returns a List containing all of the hidden member names defined in the class body. Each element in the list is a Record of the form {[[Name]]: *string*, [[Kind]]: *string*}.
HasDuplicateHiddenNames returns *true* if an object intializer or class body contains more than one definition for a single hidden name, and those definitions do not form an accessor method pair.
256
+
HasDuplicateHiddenNames returns *true* if a class body contains more than one definition for a single hidden name, and those definitions do not form an accessor method pair.
253
257
</emu-note>
254
258
<emu-alg>
255
-
1.Assert:_parseNode_ is |ClassElementList| or |PropertyDefintionList|.
259
+
1.Assert:_parseNode_ is |ClassElementList|.
256
260
1. Let _members_ be HiddenNames of _parseNode_.
257
261
1. For each element _member_ of _members_, do
258
262
1. For each element _otherMember_ of _members_, do
0 commit comments