jerryscript-project / jerryscript

Ultra-lightweight JavaScript engine for the Internet of Things.
https://jerryscript.net
Apache License 2.0
6.96k stars 673 forks source link

feature: Mark the return type of jerry_value_as_integer as int64_t #5175

Closed lygstate closed 2 days ago

lygstate commented 3 days ago

Currently, it's return double and that's complicated things, we have int64_t to represent all integer