mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
Adds inline implementation for the most common case when `Value` is
already an object.
1.47x improvement on the following benchmark:
```js
const o = {};
for (let i = 0; i < 10_000_000; i++) {
o.a = 1;
o.b = 2;
o.c = 3;
}
```
|
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| test-invalid-unicode-js.cpp | ||
| test-js.cpp | ||
| test-value-js.cpp | ||