-
I installed the tools `emscripten-incoming-64bit` and `binaryen-master-64bit` through the EMSDK but, when I try to activate them it says they haven't been installed and skips them.
```
emsdk act…
-
The Firefox ESR 52 is no longer maintained, as such it likely contains unfixed security vulnerabilities.
Firefox ESR 60 is the next ESR, which is currently maintained.
Could CJS be updated to su…
-
I've only had this problem since upgrading to 1.38.11 (before I used 1.38.6). I also tried a complete reinstallation of emscripten.
What I do:
* Following the install procedure as described [her…
fibbo updated
4 years ago
-
The JS selftests include, among other things, in `Date.js`:
```
let date = new Date(2019, -13, -33, -30, -70, -80, -2345);
expect(date.getHours()).toBe(16);
```
However, `getHours()`…
-
### Env
- VSCode Version: 1.20.0
- OS Version: windows 7
- extension installed: ms-vscode.cpptools 0.14.6
### My Case for Reproduce
I open a large project like linux kernel project then try to…
-
[NOTE]: # ( ^^ Provide a general summary of the request in the title above. ^^ )
## Summary
[NOTE]: # ( Provide a brief overview of what the new feature is all about. )
#1875 is a good step f…
-
ES2015 and later give a `name` property to named functions (whether named via declaration, expression, or name inference). Anonymous functions aren't given one, presumably with the expectation that `n…
-
**Description:** The expression "false && true || true" return true. But it should return false because of the short circuit evaluation.
**eshost Output:**
```
C:\Users\User\Documents\bug-r…
-
The Fisher-Yates shuffle algorithm [can only generate all the permutations of an array provided there's enough bits in the RNG's state to represent the number of all possible permutations](https://en.…
-
Hello,
The following code behaves incorrectly (inconsistent with other engines).
```
RegExp.prototype.__defineGetter__("global", () => true);
print("BT_FLAG");
```
In ChakraCore, the output is…