Skip to main content

bigint_ctor

Function bigint_ctor 

Source
pub(crate) fn bigint_ctor(
    it: &mut Interp,
    _t: Value,
    a: &[Value],
) -> Result<Value, Value>
Expand description

BigInt(value): Number / String / Boolean / BigInt から BigInt を生成する。 new BigInt() は不可だが、ここでは関数呼び出しのみ対応。