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
@@ -754,7 +754,7 @@ from a [=/value=]. A <dfn>valid key path</dfn> is one of:
754
754
</aside>
755
755
756
756
[=/Key path=] values can only be accessed from properties explicitly
757
-
copied by <a abstract-op>StructuredSerializeForStorage</a>, as well as the
757
+
copied by [$StructuredSerializeForStorage$], as well as the
758
758
following type-specific properties:
759
759
760
760
<table class=props>
@@ -5566,9 +5566,9 @@ To <dfn>fire an error event</dfn> at a |request|, run these steps:
5566
5566
The [=/transaction=] is made [=transaction/inactive=] so that getters or other side effects triggered by the cloning operation are unable to make additional requests against the transaction.
5567
5567
</aside>
5568
5568
5569
-
1. Let |serialized| be [=?=]<a abstract-op>StructuredSerializeForStorage</a>(|value|).
5569
+
1. Let |serialized| be [=?=][$StructuredSerializeForStorage$](|value|).
5570
5570
5571
-
1. Let |clone| be [=?=]<a abstract-op>StructuredDeserialize</a>(|serialized|, |targetRealm|).
5571
+
1. Let |clone| be [=?=][$StructuredDeserialize$](|serialized|, |targetRealm|).
5572
5572
5573
5573
1. Set |transaction|'s [=transaction/state=] to [=transaction/active=].
5574
5574
@@ -5587,10 +5587,10 @@ These operations are run by the steps to [=asynchronously execute
5587
5587
a request=].
5588
5588
5589
5589
<aside class=note>
5590
-
Invocations of <a abstract-op>StructuredDeserialize</a>() in the operation
5590
+
Invocations of [$StructuredDeserialize$]() in the operation
5591
5591
steps below can be asserted not to throw (as indicated by the [=!=] prefix)
0 commit comments