You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>is the initial value of the the *"Amount"* property of the Decimal128 object.</li>
421
421
<li>creates and initializes a new Decimal128.Amount object when called as a constructor</li>
422
-
<li>may be used as the value of an *extends* clause of a class definition. Subclass constructors that intend to inherit the specified Decimal128.Amount behaviour must include a *super* call to the Decimal128.Amount constructor to create and initialize the subclass instance with the [[Decimal128AmountData]] and [[Decimal128AmountPrecision]] internal slots.</li>
422
+
<li>may be used as the value of an *extends* clause of a class definition. Subclass constructors that intend to inherit the specified Decimal128.Amount behaviour must include a *super* call to the Decimal128.Amount constructor to create and initialize the subclass instance with the [[Decimal128AmountData]] and [[Decimal128AmountSignificantDigits]] internal slots.</li>
0 commit comments