Page 1 of 1

how to bind int64_t to js

PostPosted: Fri Sep 17, 2021 7:26 am
by colinChan008
as the title

Re: how to bind int64_t to js

PostPosted: Fri Sep 17, 2021 7:33 am
by magreenblatt
Pass it as an argument to a bound function or accessor. See https://bitbucket.org/chromiumembedded/ ... -functions

Re: how to bind int64_t to js

PostPosted: Wed Sep 22, 2021 8:10 pm
by colinChan008
64 bit int in v8 we can use bigint, but cef there's noting.
what's more, I can't get the address of raw data which is contained by uint8array or arraybuffer.