mozilla-spidermonkey / jsparagus

Experimental JS parser-generator project.
Other
447 stars 20 forks source link

Update ScriptStencil #529

Closed arai-a closed 4 years ago

arai-a commented 4 years ago

function and script stencil are merged into single struct in m-c it should be reflected here. also it's nice to import ImmutableScriptFlags and directly use it.

arai-a commented 4 years ago

smoosh part in https://bugzilla.mozilla.org/show_bug.cgi?id=1639772

arai-a commented 4 years ago

To be clear, we still need another struct to store data for JSFunction.