mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 980450 - Always initialize outparams in LookupOwnPropertyWithFlagsInline, r=luke.
This commit is contained in:
parent
bd22dac370
commit
c9a13eaac6
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user