Sami Vaarala
Sami Vaarala
That output seems like it is working? - Each call prints the expected property values - Each call returns `true`, because of the duk_push_true() + return 1 combination What is...
Can you try what happens if you `Duktape.enc('jx', obj);` for the same object?
Good to hear :)
There's currently no such binding, but it's been requested several times. It's a bit tedious but not complicated to implement, so I'll try to see if I can find the...
Forgot to add that such an API can add together the requested allocation size for each heap object, but it cannot easily account for allocation overhead. This is one of...
This is not possible at present, yield/resume only works when the yielding call stack contains pure Ecmascript calls. The technical issue is that it's difficult to portably reconstitute a native...
@ialex32x Promises will be implemented at some point but I cannot promise a certain time or a release: this is an open source project with a varying amount of available...
https://github.com/svaarala/duktape-wiki/pull/226
@ialex32x Looks like a great project to me :)
The main thing is that those visibility macros are not intended for external use.