duktape icon indicating copy to clipboard operation
duktape copied to clipboard

Duktape - embeddable Javascript engine with a focus on portability and compact footprint

Results 146 duktape issues
Sort by recently updated
recently updated
newest added

``` ((o) Duktape 2.7.0 (03d4d72-dirty) duk> function x() { for (i=0; i-10; i++) { try { if (i == 5) throw i} catch {return 10} finally {break} }; return 42...

Hi, I am currently using `duk_module_node` to import modules in my JS files. Is there a way to directly import the JS module/file from C (without usage of `require('module')` in...

If I understood correctly, the finalizer function should be called once the object is set to null like this [JS code](https://wiki.duktape.org/howtofinalization) but it doesn't. Am I doing anything wrong? Console...

Hello! How do I understand when evaluated code finished its execution? When I just execute duk_eval_string, it's obvious - after duk_eval_string call is finished, however when I try to use...

I'm virtualizing an object as a duktape Proxy object but can't iterate or get all the keys in this object. When I try to get the object keys, I always...

First of all, thank you very much for the library. I'm really enjoying using it in a 2D engine project. I would like to know if you could or would...

Hello 👋 I run a security community that finds and fixes vulnerabilities in OSS. A researcher (@gandalf4a) has found a potential issue, which I would be eager to share with...

# Version​ ```​ $ git show​ commit 47eedc5d53cdab72c5933148496b91142d5f0940 (HEAD -> master, origin/master, origin/HEAD)​ Merge: f203a13e 7f66f09f​ Author: Sami Vaarala ​ Date: Sun Sep 10 16:07:39 2023 +0300​ ```​ ​ #...

# Version ``` $ git show commit 47eedc5d53cdab72c5933148496b91142d5f0940 (HEAD -> master, origin/master, origin/HEAD) Merge: f203a13e 7f66f09f Author: Sami Vaarala Date: Sun Sep 10 16:07:39 2023 +0300 ``` # Platform ```...

# Version ``` $ git show commit 47eedc5d53cdab72c5933148496b91142d5f0940 (HEAD -> master, origin/master, origin/HEAD) Merge: f203a13e 7f66f09f Author: Sami Vaarala Date: Sun Sep 10 16:07:39 2023 +0300 ``` # Platform ```...