Skip to content

Commit

Permalink
Add Reflect.canBeShared
Browse files Browse the repository at this point in the history
  • Loading branch information
syg committed Sep 27, 2024
1 parent 340fa17 commit 34ca5f2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1221,6 +1221,19 @@ <h1>Atomics.store ( <del>_typedArray_</del><ins>_typedArrayOrStruct_</ins>, <del
</emu-clause>
</emu-clause>
<emu-clause id="sec-changes-to-the-reflect-object-shared-structs">
<h1>Changes to the Reflect Object</h1>
<ins class="block">
<emu-clause id="sec-reflect.canBeShared">
<h1>Reflect.canBeShared ( _val_ )</h1>
<p></p>
<emu-alg>
1. Return CanBeSharedAcrossAgents(_val_).
</emu-alg>
</emu-clause>
</ins>
</emu-clause>
<emu-clause id="sec-changes-to-memory-model">
<h1>Changes to the Memory Model</h1>
<emu-clause id="sec-memory-model-fundamentals">
Expand Down

0 comments on commit 34ca5f2

Please sign in to comment.