Skip to content

Commit 094f608

Browse files
authored
fixup! Editorial: Introduce AllocateImmutableArrayBuffer
1 parent 6e6452f commit 094f608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec.emu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,6 @@ contributors: Mark S. Miller, Richard Gibson
525525
1. Let _newBuffer_ be ? <emu-meta suppress-effects="user-code">AllocateArrayBuffer(%ArrayBuffer%, _newByteLength_, _newMaxByteLength_)</emu-meta>.
526526
1. <del>Let _copyLength_ be min(_newByteLength_, _arrayBuffer_.[[ArrayBufferByteLength]]).</del>
527527
1. Let _fromBlock_ be _arrayBuffer_.[[ArrayBufferData]].
528-
1. <ins>NOTE: This is the only step that can write into the Data Block of an immutable ArrayBuffer.</ins>
529528
1. Let _toBlock_ be _newBuffer_.[[ArrayBufferData]].
530529
1. Perform CopyDataBlockBytes(_toBlock_, 0, _fromBlock_, 0, _copyLength_).
531530
1. NOTE: Neither creation of the new Data Block nor copying from the old Data Block are observable. Implementations may implement this method as a zero-copy move or a `realloc`.

0 commit comments

Comments
 (0)