pub(crate) fn num_to_exponential(
it: &mut Interp,
t: Value,
a: &[Value],
) -> Result<Value, Value>Expand description
Number.prototype.toExponential(fractionDigits)(ES3)。丸ごと欠落しており、
n.toExponential(2)("1.50e+2" 等)を呼ぶと「メソッドが存在しない」TypeError に
なっていた。