Skip to content

Commit

Permalink
Use intrinsic
Browse files Browse the repository at this point in the history
  • Loading branch information
jessealama committed May 30, 2024
1 parent 2102502 commit 3cfc3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.emu
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ location: https://github.com/tc39/proposal-decimal/
<dd>It converts a Decimal128 value to a Decimal128 object.</dd>
</dl>
<emu-alg>
1. Let _O_ be ! OrdinaryCreateFromConstructor(NewTarget, *"%Decimal128.prototype%"*, « [[Decimal128Data]] »).
1. Let _O_ be ! OrdinaryCreateFromConstructor(%Decimal128%, *"%Decimal128.prototype%"*, « [[Decimal128Data]] »).
1. Set _O_.[[Decimal128Data]] to _argument_.
1. Return _O_.
</emu-alg>
Expand Down

0 comments on commit 3cfc3b4

Please sign in to comment.