duktape-wiki icon indicating copy to clipboard operation
duktape-wiki copied to clipboard

Duktape Wiki

Results 61 duktape-wiki issues
Sort by recently updated
recently updated
newest added

- C++ exception instead of setjmp/longjmp for internal long control transfers - Note that not all C++ programmers want to use exceptions because of performance issues (e.g. game developers don't...

- uclibc - musl (https://github.com/svaarala/duktape/issues/116)

- [ ] Setting a finalizer from C code - [ ] Using a Duktape/C finalizer - [ ] Example with a FILE handle to represent native resource, stored as...

- Accept bufferobjects for `duk_push_buffer_object()` - Accept a plain buffer for typed array constructors (?)

There are special issues with out of memory such as how to safely deal with error objects on the value stack. Also cover how the value stack is preallocated to...

Now involves `Duktape.Buffer()`: - https://github.com/svaarala/duktape/issues/190#issuecomment-155080448

- For const: best approach is to cast through `intptr_t` if it is available (or any other integer type of matching size); casting through `void *` is not enough. -...

@markand suggested the nav bar should be the same as in duktape.org, with links to API, Guide, etc. This way you'd feel you're on the same site. Another approach would...