summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/BytecodeEmitter.h
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@wolfbeast.com>2019-06-16 23:13:47 +0000
committerwolfbeast <mcwerewolf@wolfbeast.com>2019-06-16 23:13:47 +0000
commit912c3f5cbc512557794a3dfd7bc5cb4994413dfe (patch)
tree19dcc58243384db48c5c6c45555b818275ffcae2 /js/src/frontend/BytecodeEmitter.h
parented98fe0e7269d9bab3b9a65993068579f0bc1520 (diff)
downloadUXP-912c3f5cbc512557794a3dfd7bc5cb4994413dfe.tar
UXP-912c3f5cbc512557794a3dfd7bc5cb4994413dfe.tar.gz
UXP-912c3f5cbc512557794a3dfd7bc5cb4994413dfe.tar.lz
UXP-912c3f5cbc512557794a3dfd7bc5cb4994413dfe.tar.xz
UXP-912c3f5cbc512557794a3dfd7bc5cb4994413dfe.zip
Remove JSOP_SPREADCALLARRAY and just use JSOP_NEWARRAY again.
Diffstat (limited to 'js/src/frontend/BytecodeEmitter.h')
-rw-r--r--js/src/frontend/BytecodeEmitter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/frontend/BytecodeEmitter.h b/js/src/frontend/BytecodeEmitter.h
index 814fa11d4..29050c846 100644
--- a/js/src/frontend/BytecodeEmitter.h
+++ b/js/src/frontend/BytecodeEmitter.h
@@ -521,7 +521,7 @@ struct MOZ_STACK_CLASS BytecodeEmitter
MOZ_MUST_USE bool emitAtomOp(ParseNode* pn, JSOp op);
MOZ_MUST_USE bool emitArrayLiteral(ParseNode* pn);
- MOZ_MUST_USE bool emitArray(ParseNode* pn, uint32_t count, JSOp op);
+ MOZ_MUST_USE bool emitArray(ParseNode* pn, uint32_t count);
MOZ_MUST_USE bool emitArrayComp(ParseNode* pn);
MOZ_MUST_USE bool emitInternedScopeOp(uint32_t index, JSOp op);