Closed arai-a closed 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.
ImmutableScriptFlags
smoosh part in https://bugzilla.mozilla.org/show_bug.cgi?id=1639772
To be clear, we still need another struct to store data for JSFunction.
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.