Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.

This commit is contained in:
wolfbeast 2019-06-16 23:13:47 +00:00 committed by Roy Tam
commit a6bb928fa4
7 changed files with 9 additions and 25 deletions

View file

@ -2218,6 +2218,8 @@ IonBuilder::inspectOpcode(JSOp op)
// update that stale value.
#endif
default:
// Any unused opcodes and JSOP_LIMIT will end up here without having
// to explicitly specify
break;
}