Skip to content

Commit

Permalink
Align style with tc39#2007.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkirsling committed Oct 15, 2020
1 parent ca14471 commit 179f08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -36573,7 +36573,7 @@ <h1>get ArrayBuffer.prototype.byteLength</h1>
1. Let _O_ be the *this* value.
1. Perform ? RequireInternalSlot(_O_, [[ArrayBufferData]]).
1. If IsSharedArrayBuffer(_O_) is *true*, throw a *TypeError* exception.
1. If IsDetachedBuffer(_O_) is *true*, return 0.
1. If IsDetachedBuffer(_O_) is *true*, return *+0*.
1. Let _length_ be _O_.[[ArrayBufferByteLength]].
1. Return 𝔽(_length_).
</emu-alg>
Expand Down

0 comments on commit 179f08c

Please sign in to comment.