arai-a
arai-a
it retrieves the length of the input, and just prints it in the progress. https://github.com/binast/binjs-ref/pull/168 is going to add filter mode that reads input from stdin. ~~we need to read...
the existence of Seek trait makes the caller a bit complicated. according to @Yoric's comment in https://github.com/binast/binjs-ref/pull/168 , it can be removed.
Separated from https://github.com/binast/binjs-ref/pull/144 in the current spec, FunctionBody and ListOfStatement are same thing ``` typedef FrozenArray FunctionBody; ``` but the code generator tries to generate implementation for both of them,...
Shift uses ParameterWithDefault/BindingWithDefault, but BinAST uses Parameter/BindingWithInitializer. we should convert between them
# Background The multipart format for `.binjs` file contains `[GRAMMAR]` section, that defines the table for index for each interface (or grammar name?) used in the file, like, 0 =>...
This is not immediate issue, but for tracking Background: * BinAST file encodes interface fields in IDL's order * Given we encode scope information, at the point of reading each...
from https://bugzilla.mozilla.org/show_bug.cgi?id=1472103#c20 `attribute unsigned long length;` would need a comment that it's function object's length property.
(moved from https://github.com/binast/binjs-ref/issues/131) # Background * we want to generate bytecode directly from .binjs file, without generating on-memory AST structure * we don't want to seek or lookahead inside .binjs...
Normative: Use onFinally's realm when creating functions in Promise.prototype.finally (fixes #2222)
Changed `Promise.prototype.finally` to use `onFinally`'s realm when creating `thenFinally` and `catchFinally`, so that embedding uses `onFinally`'s realm's global when checking if job's global is fully active. This fixes #2222
(the reproduction steps are similar to #2838) Steps to reproduce: 1. open firefox nightly with clean profile 2. open https://screenshots.firefox.com/ 3. click Firefox Screenshots button on toolbar 4. click "SKIP"...