Skip to content

Commit

Permalink
Update spec.html
Browse files Browse the repository at this point in the history
Co-authored-by: Caridy Patiño <[email protected]>
  • Loading branch information
leobalter and caridy authored Oct 29, 2021
1 parent f119df3 commit c95c7af
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 @@ -236,7 +236,7 @@ <h1>GetTransferrableValue ( _receiverRealm_, _value_ )</h1>
1. If IsCallable(_value_) is *true*,
1. Return ! WrappedFunctionCreate(_receiverRealm_, _value_).
1. If _value_ has an [[ArrayBufferData]] internal slot, then
1. If IsSharedArrayBuffer(_value_) if *true*, then
1. If IsSharedArrayBuffer(_value_) is *true*, then
1. Let _clone_ be ! OrdinaryObjectCreate(_receiverRealm_.[[Intrinsics]].%SharedArrayBuffer.prototype%, « [[ArrayBufferData]], [[ArrayBufferByteLength]] »).
1. Assert: _value_ and _clone_ are instances of SharedArrayBuffer of different Realms each.
1. Set _clone_.[[ArrayBufferData]] to _value_.[[ArrayBufferData]].
Expand Down

0 comments on commit c95c7af

Please sign in to comment.