CountBleck
CountBleck
In the process, the finalizer for the Object class (now JSObject) has been changed to work properly for this version. Also, some definite assignments have been added for the example...
This is a WIP. There are no tests yet.
This seems to work.
A secret analog of v128 could perhaps be used for faster SIMD implementations of cryptographic primitives. Therefore, it might be a good idea to add one. Like the existing secret...
Fixes #2889. Changes proposed in this pull request: ⯈ Support labeled statements in the parser/AST ⯈ Support labeled `break`/`continue`. This change is breaking solely because it modifies the `Node.createXXX` APIs,...
Re-adds some content to the New Tab page, to make it look like this: My own personal motivation for doing this: I may have been confused by the almost-pitch-black blank...
This should pass a lot of the [`results/html/semantics/forms/form-submission-0/text-plain.window.html`](https://wpt.fyi/results/html/semantics/forms/form-submission-0/text-plain.window.html?label=master&product=chrome%5Bexperimental%5D&product=firefox%5Bexperimental%5D&product=safari%5Bexperimental%5D&product=ladybird&aligned) subtests, which wait for the `load` event for the ``s to be emitted after the form action URL loads (but instead it...
### Feature suggestion When WebAssembly memories are grown, any existing ArrayBuffers are detached...unless we use the brand-new [`toResizableBuffer()`](https://webassembly.github.io/spec/js-api/#dom-memory-toresizablebuffer) method on [`WebAssembly.Memory`](https://webassembly.github.io/spec/js-api/#memory) objects. Calling this method in our JS bindings would...