Rust编写的JavaScript引擎,该项目是一个试验性质的项目。
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alvin Kuruvilla
de192d36e6
Implement i128/u128 to JsBigInt conversions (#3129)
* Implement i128/u128 to JsValue Conversions
This commit implements trait conversions to JsValue for i128/u128.
This addresses #1970
* Remove Numeric trait impl for u/i128
* Re-add JsBigInt conversion for u/i128
* Update boa_engine/src/bigint.rs
Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
* Add missing newlines
---------
Co-authored-by: Iban Eguia Moraza <razican@protonmail.ch>
Co-authored-by: Haled Odat <8566042+HalidOdat@users.noreply.github.com>
Co-authored-by: José Julián Espina <jedel0124@gmail.com>
|
1 year ago |
.. |
benches
|
…
|
|
src
|
Implement i128/u128 to JsBigInt conversions (#3129)
|
1 year ago |
ABOUT.md
|
…
|
|
Cargo.toml
|
…
|
|