summaryrefslogtreecommitdiffstats
path: root/js/src/frontend/BytecodeEmitter.h
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-24 12:11:23 +0100
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-03-24 12:11:23 +0100
commit2d2a60cdae0fb5ac13eb544e54495f54ac886c6c (patch)
treee18d8c3f67003506f9d553ea63002d63862367e5 /js/src/frontend/BytecodeEmitter.h
parent7d753c1a8f22f85f6279a3c016034ce8f8e740f7 (diff)
downloadUXP-2d2a60cdae0fb5ac13eb544e54495f54ac886c6c.tar
UXP-2d2a60cdae0fb5ac13eb544e54495f54ac886c6c.tar.gz
UXP-2d2a60cdae0fb5ac13eb544e54495f54ac886c6c.tar.lz
UXP-2d2a60cdae0fb5ac13eb544e54495f54ac886c6c.tar.xz
UXP-2d2a60cdae0fb5ac13eb544e54495f54ac886c6c.zip
Bug 1147371: Rename allowContentSpread to allowContentIter
Issue #74
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 6b39069de..156abedbe 100644
--- a/js/src/frontend/BytecodeEmitter.h
+++ b/js/src/frontend/BytecodeEmitter.h
@@ -732,7 +732,7 @@ struct MOZ_STACK_CLASS BytecodeEmitter
MOZ_MUST_USE bool emitSelfHostedCallFunction(ParseNode* pn);
MOZ_MUST_USE bool emitSelfHostedResumeGenerator(ParseNode* pn);
MOZ_MUST_USE bool emitSelfHostedForceInterpreter(ParseNode* pn);
- MOZ_MUST_USE bool emitSelfHostedAllowContentSpread(ParseNode* pn);
+ MOZ_MUST_USE bool emitSelfHostedAllowContentIter(ParseNode* pn);
MOZ_MUST_USE bool emitComprehensionFor(ParseNode* compFor);
MOZ_MUST_USE bool emitComprehensionForIn(ParseNode* pn);