Skip to content

Commit aaf0422

Browse files
gibson042ljharb
authored andcommitted
Editorial: Link directly to ReadSharedMemory as appropriate (tc39#3396)
1 parent bb1ff0b commit aaf0422

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14779,7 +14779,7 @@ <h1>[[OwnPropertyKeys]] ( ): a normal completion containing a List of property k
1477914779

1478014780
<emu-clause id="sec-typedarray-with-buffer-witness-records" oldids="sec-integer-indexed-object-with-buffer-witness-records">
1478114781
<h1>TypedArray With Buffer Witness Records</h1>
14782-
<p>An <dfn variants="TypedArray With Buffer Witness Records">TypedArray With Buffer Witness Record</dfn> is a Record value used to encapsulate a TypedArray along with a cached byte length of the viewed buffer. It is used to help ensure there is a single shared memory read event of the byte length data block when the viewed buffer is a growable SharedArrayBuffer.</p>
14782+
<p>An <dfn variants="TypedArray With Buffer Witness Records">TypedArray With Buffer Witness Record</dfn> is a Record value used to encapsulate a TypedArray along with a cached byte length of the viewed buffer. It is used to help ensure there is a single ReadSharedMemory event of the byte length data block when the viewed buffer is a growable SharedArrayBuffer.</p>
1478314783
<p>TypedArray With Buffer Witness Records have the fields listed in <emu-xref href="#table-typedarray-with-buffer-witness-record-fields"></emu-xref>.</p>
1478414784
<emu-table id="table-typedarray-with-buffer-witness-record-fields" oldids="table-integer-indexed-object-with-buffer-witness-record-fields" caption="TypedArray With Buffer Witness Record Fields">
1478514785
<table>
@@ -45640,7 +45640,7 @@ <h1>Abstract Operations For DataView Objects</h1>
4564045640

4564145641
<emu-clause id="sec-dataview-with-buffer-witness-records">
4564245642
<h1>DataView With Buffer Witness Records</h1>
45643-
<p>A <dfn variants="DataView With Buffer Witness Records">DataView With Buffer Witness Record</dfn> is a Record value used to encapsulate a DataView along with a cached byte length of the viewed buffer. It is used to help ensure there is a single shared memory read event of the byte length data block when the viewed buffer is a growable SharedArrayBuffers.</p>
45643+
<p>A <dfn variants="DataView With Buffer Witness Records">DataView With Buffer Witness Record</dfn> is a Record value used to encapsulate a DataView along with a cached byte length of the viewed buffer. It is used to help ensure there is a single ReadSharedMemory event of the byte length data block when the viewed buffer is a growable SharedArrayBuffer.</p>
4564445644
<p>DataView With Buffer Witness Records have the fields listed in <emu-xref href="#table-dataview-with-buffer-witness-record-fields"></emu-xref>.</p>
4564545645
<emu-table id="table-dataview-with-buffer-witness-record-fields" caption="DataView With Buffer Witness Record Fields">
4564645646
<table>

0 commit comments

Comments
 (0)