Skip to content

Commit 9882cce

Browse files
authored
Fix the ordering of steps in serialize as a remote value (#814)
1 parent eeec586 commit 9882cce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8802,9 +8802,6 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
88028802

88038803
1. If |remote value| is not undefined, return |remote value|.
88048804

8805-
1. In the following list of conditions and associated steps, run the first set
8806-
of steps for which the associated condition is true:
8807-
88088805
1. Let |handle id| be the [=handle for an object=] with |realm|, |ownership type|
88098806
and |value|.
88108807

@@ -8813,6 +8810,9 @@ an |ownership type|, a |serialization internal map|, a |realm| and a |session|:
88138810
1. Let |known object| be <code>true</code>, if |value| is in the
88148811
|serialization internal map|, otherwise <code>false</code>.
88158812

8813+
1. In the following list of conditions and associated steps, run the first set
8814+
of steps for which the associated condition is true:
8815+
88168816
<dl>
88178817
<dt>[=Type=](|value|) is Symbol
88188818
<dd>Let |remote value| be a [=/map=] matching the <code>script.SymbolRemoteValue</code>

0 commit comments

Comments
 (0)