Home | History | Annotate | Download | only in src

Lines Matching refs:precision

1622 function NumberToPrecisionJS(precision) {
1632 if (IS_UNDEFINED(precision)) return ToString(%_ValueOf(this));
1633 var p = TO_INTEGER(precision);