bool isBothFloat(JSValue other) => (_ref.ref.tag == JSTag.FLOAT64.value && other.ref.ref.tag == JSTag.FLOAT64.value);