-
Hi guys,
I am the developer of a PDF manipulation framework ([Origami](http://esec-lab.sogeti.com/dotclear/index.php?pages/Origami)) and I'm currently trying to integrate Johnson into it.
My project …
-
In gitlab.freedesktop.org by ptomato on Nov 28, 2019, 24:51
Link to the original issue: https://gitlab.freedesktop.org/polkit/polkit/-/issues/97
Similar to #88 but more expansive, there are a number …
-
```
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…
-
```
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…
-
```
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…
-
This proposal achieved stage 3 at the May 2023 meeting. This is a tracking issue for getting stage 4.
- [ ] committee consensus
- [ ] open PR to the spec
- [ ] editors have approved the PR
- […
-
- Plattform: [Linux, Ubuntu 20.04]
**Description**
'in' applied to non-objects do not throw an error.
**Test case**
Test code to reproduce the behaviour:
```js
'example' in true;
'example'…
-
## recent:
- [x] pass the typescript compiler test in [Octane](https://github.com/chromium/octane);
- [x] make the error messge more intuitive;
- [ ] design a good enough gc;
- [x] implement a c…
-
Hello,
The following code behaves strangely (inconsistent with other engines).
```
function test() {
x = 4;
do {
var ss = 100;
function ss() {
print("in func");
}
…
-
```
I've adopted python-spidermonkey as the test engine for another open-source
project involving
Python and Javascript (see http://code.google.com/p/slowaes/) -- and while I'm
quite happy with
it…