-
```
A faster JS engine like f.e. V8 would significantly speedup the deobfuscation
process, and given the small patch to SpiderMonkey, patching v8 should be very
easy?! There are lots of tests out th…
-
## Description
On a cluster (3.4.2) of 6 nodes that has a fairly large amount of databases (~1500 of size between 1GB and 150GB each), we have recently added and modified about 20 design docs per d…
-
> Add duktape as javascript engine.
https://gitlab.freedesktop.org/polkit/polkit/-/merge_requests/35
I can confirm, with this patch I was able to remove `dev-lang/spidermonkey` and `dev-lang/pyt…
-
### Your question
I'm considering creating a custom Jasmine runner project leveraging [eshost](https://github.com/tc39/eshost) to run pure-JavaScript tests against multiple JavaScript engines. I wil…
-
## Project description
There are plenty of modern JS engines:
* Mozilla SpiderMonkey
* Google V8
* Microsoft Chakra
...
and some non modern ones:
* Android WebView.
* duktape - a ES5 JS engine which …
-
```
A faster JS engine like f.e. V8 would significantly speedup the deobfuscation
process, and given the small patch to SpiderMonkey, patching v8 should be very
easy?! There are lots of tests out th…
-
I have a single one-line addition to ammo.idl which I have tested and would like to submit as a Pull Request. However, I would like to follow the stated policy in the README.md on how to safely make …
-
I've got a bit of a challenging one here. It's hard to trace the issue because I don't have debug information available from SpiderMonkey (will traces from the engine be available via some debug mode …
-
```
$ ./emsdk activate emscripten-1.38.31
... contents:
import os
EMSCRIPTEN_ROOT = '/emsdk/emsdk/emscripten/1.38.31'
SPIDERMONKEY_ENGINE = ''
NODE_JS = 'node'
V8_ENGINE = ''
TEMP_DIR = '/tm…
-
I'm wondering the possibilities of using latest SpiderMonkey / V8 from [jxcore](https://github.com/jxcore/jxcore) ? The JavaScript engine wrapper looks nice and they already have compilation script (g…