tondrej / chakracore-delphi

Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore library
https://tondrej.blogspot.com/search/label/chakracore
MIT License
137 stars 34 forks source link

How to operate JsNumberToInt64?! #9

Closed pony5551 closed 5 years ago

pony5551 commented 5 years ago

to int64 to Cardinal

and int64 to JsNumber .....

pony5551 commented 5 years ago

use JsNumberToDouble DoubleToJsNumber

??

tondrej commented 5 years ago

Yes - for now you can use the APIs exposed by ChakraCore:

or the corresponding helpers in ChakraCoreUtils:

Int64 support seems to be coming in one of the future releases.

pony5551 commented 5 years ago

thanks