mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
dde72f3f7f
More random details: Various JIT components required updating for this. In the case of some methodjit bits, this meant simply disabling those optimizations. This patch also, passing, improves the Array.prototype.push method's fast-path to work for any number of provided arguments, not just one. The patch also fixes a few pre-existing bugs in how array length setting works and includes the appropriate tests. (If anyone notices, it's because they were a test in a test suite.) I also added a ParallelArray test that verifies that arrays with non-writable length function correctly in parallel code. We bail before getting there now, because Object.defineProperty isn't parallel-friendly, but if it ever becomes so, hopefully the test will start failing. Hello, is this thing on? |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
jsd | ||
public | ||
src | ||
xpconnect |