зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1368362 - Use setSlotWithType instead of setSlot in InitGlobalLexicalOperation. r=shu
--HG-- extra : amend_source : 7dc591f4c43ebc5ff5fe9d3c4f216a2ac9b2dd6e
This commit is contained in:
Родитель
1a5dd16ae6
Коммит
f33379a262
|
@ -398,7 +398,7 @@ InitGlobalLexicalOperation(JSContext* cx, LexicalEnvironmentObject* lexicalEnvAr
|
||||||
Rooted<LexicalEnvironmentObject*> lexicalEnv(cx, lexicalEnvArg);
|
Rooted<LexicalEnvironmentObject*> lexicalEnv(cx, lexicalEnvArg);
|
||||||
RootedShape shape(cx, lexicalEnv->lookup(cx, script->getName(pc)));
|
RootedShape shape(cx, lexicalEnv->lookup(cx, script->getName(pc)));
|
||||||
MOZ_ASSERT(shape);
|
MOZ_ASSERT(shape);
|
||||||
lexicalEnv->setSlot(shape->slot(), value);
|
lexicalEnv->setSlotWithType(cx, shape, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
inline bool
|
inline bool
|
||||||
|
|
Загрузка…
Ссылка в новой задаче