-
Duktape 1.4.1
compiler: VisualDSP++ 5.0 update 10
Sometimes when my sytem use a lot of memory alloc/free(create, concatenate and print many strings from many different threads(Duktape.Thread)), I see…
-
This comes from the longer term goal of implementing the 2d Canvas API via native calls to a `juce::Graphics&` instance; I want to understand the difference in executing a call to the graphics instanc…
-
#### Version
[2.6.0](https://github.com/svaarala/duktape/releases/tag/v2.6.0)
#### Overview
When I calculate a-++a, duktape first calculates ++a and then a-a, and the final result is 0. Howev…
-
Hi! We met an ASAN UAF report while testing the APIs, the POC is:
```
#include
#include
#include
#include "duktape.h"
duk_context* r;
int main(void)
{
r = duk_create_heap_default();
…
-
Hermes supports the chrome debugger protocol along with some profiling tools. Lets see how far we can take this. Can we get react-dev-tools working for example ...
Should ideally work using the sam…
-
This would be like the "Just My Code" feature in Visual Studio, when performing a Step Into operation, have the debugger automatically step over functions without local source available. This would p…
-
In Duktape 1.3.0 (or was it 1.4.0?), Duktape added the convenience flags `DUK_DEFPROP_SET_XXX` and `DUK_DEFPROP_CLEAR_XXX`. In light of these, the original `DUK_DEFPROP_HAVE_XXX` variants seem redund…
-
Given this code:
```js
const temp = {
get test() {
},
get(param) {
}
}
```
duktape gives an error for the second function:
> SyntaxError: invalid object literal (…
-
I've researched on malware scanner engine a lot recently and I found out this engine could be expanded. There are some good points
1. The only open-source Malware scanner engine is ClamAV, which use…
-
Hi, I managed to connect to ESP32 Duktape, and change the access point.
However, the device appears to have crashed
There appears to be a 'Guru Mediation Error'
```
rst:0x1 (POWERON_RESET),boo…