Bug 1278303 part 4 - Fix correctness issue of MCreateThis new-target operand index. r=efaust

This commit is contained in:
Nicolas B. Pierron 2016-06-15 16:27:18 +00:00
Родитель e7fa0b9e88
Коммит 9676f23598
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 {