-
The Servo roadmap is published on the wiki: https://github.com/servo/servo/wiki/Roadmap
This is an issue to track changes on that page, if you want to propose a new task or update something there, …
-
I just followed the instruction written in PR template of https://github.com/tc39/ecma262, but it seems it's outdated.
```sh
> jsvu
📦 jsvu v2.4.0 — the JavaScript engine Version Updater 📦
? What…
-
Hello, I noticed that mypal supports ES6+ javascript and can even execute such from local files (even tho that the PC only supports Node.js 5.12) so I am searching for a way to add support for higher …
-
## Bug Description
Hermes version: 0.12.0
OS version (if any): ubuntu 20.04
Hi. The code below does not have the same behavior as other engines (e.g., V8 in Google Chrome,SpiderMonkey in Firefox,ch…
-
## Description
As the following test case showed, there is a variable called `v1` with the same name as the function. In this case, Hermes treats `v1` as the variable whose value is 20. But other e…
-
Hi, I'm getting a wizer error when trying to use jco. This is a continuation of troubleshooting of https://github.com/bytecodealliance/StarlingMonkey/issues/15#issuecomment-2350455813. In `jco/node_mo…
-
Currently a JavaScript value in Boa is defined as a fat enum. With NaN boxing we can reduce this to `8` bytes having all the variants of a JS value fit in `u64`/`f64`. With this we can reduce the memo…
-
This is not really an issue, just a question.
As you know, [React](https://react.dev/) is one of the most popular frameworks for developing web applications nowadays.
According to React's docume…
-
## 知名引擎
| Browser or Runtime | JavaScript Engine |
| --- | --- |
| Mozilla | [Spidermonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey) |
| Chrome | [V8](https://github.co…
-
While applying JIT-Picker to v8 engine, I see that when we use a built-in or native function `fuzzilli_hash` to calculate hash of a variable inside an optimized function, the engine will bailout of op…