mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1120063 - include SharedTypedArray in a guard. r=efaust
This commit is contained in:
parent
493792ecf6
commit
3246b0f26a
@ -1413,7 +1413,7 @@ js::DefineNativeProperty(ExclusiveContext *cx, HandleNativeObject obj, HandleId
|
||||
if (shape) {
|
||||
// Don't forget about arrays.
|
||||
if (IsImplicitDenseOrTypedArrayElement(shape)) {
|
||||
if (obj->is<TypedArrayObject>()) {
|
||||
if (IsAnyTypedArray(obj)) {
|
||||
/*
|
||||
* Silently ignore attempts to change individial index attributes.
|
||||
* FIXME: Uses the same broken behavior as for accessors. This should
|
||||
|
Loading…
Reference in New Issue
Block a user