зеркало из https://github.com/mozilla/gecko-dev.git
Bug 980450 - Always initialize outparams in LookupOwnPropertyWithFlagsInline, r=luke.
This commit is contained in:
Родитель
4aff758393
Коммит
49fc2edda2
|
@ -4007,6 +4007,9 @@ LookupOwnPropertyWithFlagsInline(ExclusiveContext *cx,
|
|||
if (index < obj->template as<TypedArrayObject>().length()) {
|
||||
objp.set(obj);
|
||||
MarkDenseOrTypedArrayElementFound<allowGC>(propp);
|
||||
} else {
|
||||
objp.set(nullptr);
|
||||
propp.set(nullptr);
|
||||
}
|
||||
*donep = true;
|
||||
return true;
|
||||
|
|
Загрузка…
Ссылка в новой задаче