-
https://bellard.org/quickjs/
-
In Rust land, it is a common practice to implement features in stages, with the initial steps designed to be forwards compatible with possible future evolutions that have yet to be settled. It works f…
-
**Godot version:**
3.2 master (0a3c21d99)
**OS/device including version:**
Linux, building for HTML5 with Emscripten 1.38.30.
**Issue description:**
When compiling `scons p=javascript`, t…
-
Hello,
The following code behaves strangely (inconsistent with other engines).
```
function testToUint32InSplit() {
var re;
function toDictMode() {
re.x = 42;
delete re.x;
retu…
-
IteratorClose is currently specified as
`IteratorClose ( iteratorRecord, completion )`
1. Assert: `Type(iteratorRecord.[[Iterator]])` is `Object`.
2. Assert: `completion` is a Completion Reco…
-
Hi everyone,
there is an inconsistence on Chakra when I call this Proxy using Symbol.search.
The `-ES6Experimental` flag is activated.
Chakra: ch version 1.11.0.0-beta
OS: Ubuntu 16.04 x64
St…
-
Should these engines be included when running `esvu --engines=all`? Presently they do not install:
```
$ cat status.json
{
"selectedEngines": [
"ch",
"engine262",
"jsc",
"j…
-
Should these engines be included when running `esvu --engines=all`? Presently they do not install:
```
$ cat status.json
{
"selectedEngines": [
"ch",
"engine262",
"jsc",
"j…
-
Hello,
The following code behaves strangely (inconsistent with other engines).
```
var testCount = 0;
function test(re, str, lastIndex, loopCount)
{
var formattedStr = str.replace(loopCount…
-
If you need to build against (say) different LLVM versions for different builds, editing your .emscripten file is inconvenient; you can override the *entire* file via the EM_CONFIG env var (or the --e…