mozilla-spidermonkey / jsparagus

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

Remove EmitResult.top_level_script #629

Closed arai-a closed 3 years ago

arai-a commented 4 years ago

SpiderMonkey-side will remove CompilationInfo.topLevel in https://bugzilla.mozilla.org/show_bug.cgi?id=1658720 The bug itself can be fixed without this change, by shifting the function index +1.

arai-a commented 4 years ago

m-c patch is landed.