зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1278303 part 4 - Fix correctness issue of MCreateThis new-target operand index. r=efaust
This commit is contained in:
Родитель
e7fa0b9e88
Коммит
9676f23598
|
@ -4765,7 +4765,7 @@ class MCreateThis
|
|||
public:
|
||||
INSTRUCTION_HEADER(CreateThis)
|
||||
TRIVIAL_NEW_WRAPPERS
|
||||
NAMED_OPERANDS((0, getCallee), (0, getNewTarget))
|
||||
NAMED_OPERANDS((0, getCallee), (1, getNewTarget))
|
||||
|
||||
// Although creation of |this| modifies global state, it is safely repeatable.
|
||||
AliasSet getAliasSet() const override {
|
||||
|
|
Загрузка…
Ссылка в новой задаче