-
This is indeed a powerful engine. I wonder how the format used by this engine is defined. Can it be used to render IDS (Ideographic Description Sequence)?
-
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…
-
On gh-472 back in January, we discussed the potential difficulties with maintaining a test suite for a "living" specification--what, if anything, should Test262 do to account for the fact that specifi…
-
Hello,
The following code behaves strangely (inconsistent with other engines).
```
function testToUint32InSplit() {
var re;
function toDictMode() {
re.x = 42;
delete re.x;
retu…
-
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…
-
Why care about the underscore at the end of the number? Or really before or after a decimal for a floating point number? Seems like extra complication for no benefit.
My approach was just to cons…
d3x0r updated
4 years ago
-
- jQuery: **Changed** to lazy load.
- Let and loop: **Keeping** as-is, no performance difference in my tests.
- a.domCmp: **Changed** to a more efficient algorithm, it's now faster by about a thir…
-
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…
-
Running on OS X, there's a few failures on the sanity suite:
```
Jukkas-MacBook-Pro:incoming jjylanki$ emcc --clear-cache
Jukkas-MacBook-Pro:incoming jjylanki$ python tests/runner.py sanity
WARNING:r…