-
x86_64 build works without issue. I'll try get logs.
```
error: failed to run custom build command for `mozjs_sys v0.68.2 (https://github.com/servo/mozjs?rev=de147f0cf52da9c84fa95edf09c5f9f84695088c…
okias updated
3 years ago
-
In ES6 / ES2015, a lot of work and attention went into making sure that native classes can be subclasses in the same way as user-provided ones, to the point that it's now commonly expected for all nat…
-
> eshost -x "var a = 10; {a=99; function a(){}; a = 30;} print(a)"
Is it expected?
```
#### ChakraCore
function a(){}
#### Hermes
30
#### Moddable XS
10
#### SpiderMonkey
99
###…
-
Some of my WTF comments are a bit colorful but this type of test really does nothing but waste time. (apologies for the misspellings but I have to go)
## Node.js
#### Q1. When a javaScript funct…
-
Hello. CouchDB 3.0 has been out for [almost a year now](https://blog.couchdb.org/2020/02/26/3-0/). The comparison page for Cloudant [here](https://cloud.ibm.com/docs/Cloudant?topic=Cloudant-comparison…
-
Many Windows applications such as AutoCAD have long embedded the Windows Script Host to allow scripting in VBScript, JavaScript, and other installed Windows Script languages, and there are a lot of sy…
-
As part of moving swingset to new-SES (in particular where exactly SES gets initialized, and how Compartments and the metering transform figure into it), I'm drawing up a "Vat Container" taxonomy. Her…
-
Some fxa methods output protocol buffers, and some of them even take protobufs as input.
We need to figure out how to unpack/pack protobuf messages in the gecko world.
Some ideas:
- Vendor a JS implem…
eoger updated
3 years ago
-
* **Version**: v14.15.4
* **Platform**: Linux fedora 5.10.19-200.fc33.x86_64 #1 SMP Fri Feb 26 16:21:30 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
* **Subsystem**:
### What steps will reproduce the …
-
###### Version
graalvm-ce-java8-20.1.0
###### Test case
```js
var data = new Date('1');
data.toISOString();
```
###### Execution steps
```
graalvm-ce-java8-20.1.0/bin/js testcase.js…