mozilla-spidermonkey / jsparagus

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

Update opcode for bug 1781061 #672

Closed arai-a closed 2 years ago

arai-a commented 2 years ago

https://bugzilla.mozilla.org/show_bug.cgi?id=1781061 added JSOp::CallContentIter. It's mix of JSOp::CallContent and JSOp::CallIter, and it's used only in self-hosted JS, and jsparagus doesn't use it.