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
Copy file name to clipboardExpand all lines: index.bs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7232,7 +7232,7 @@ the object (or its prototype chain) correspond to [=dictionary members=].
7232
7232
: Null
7233
7233
:: |value| is <emu-val>undefined</emu-val>.
7234
7234
: anything else
7235
-
:: |value| is the result of calling the \[[Get]] internal method on |V| with property name |key|.
7235
+
:: |value| is the result of calling the \[[Get]] internal method of |V| passing |key| and |V| as arguments.
7236
7236
</dl>
7237
7237
1. If |value| is not <emu-val>undefined</emu-val>, then:
7238
7238
1. Let |idlValue| be the result of [=converted to an IDL value|converting=] |value| to an IDL value whose type is the type |member| is declared to be of.
0 commit comments