mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.
This commit is contained in:
parent
1d499496a2
commit
a6bb928fa4
7 changed files with 9 additions and 25 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue