mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 781855 - Ensure setprop caches allow 'own' property markings on added properties. (r=bhackett)
This commit is contained in:
parent
44cc0c4f11
commit
8bfeeee008
@ -447,6 +447,10 @@ IonCacheSetProperty::attachNativeAdding(JSContext *cx, JSObject *obj, const Shap
|
||||
|
||||
Label failures;
|
||||
|
||||
/* Guard the type of the object */
|
||||
masm.branchPtr(Assembler::NotEqual, Address(object(), JSObject::offsetOfType()),
|
||||
ImmGCPtr(obj->type()), &failures);
|
||||
|
||||
/* Guard shapes along prototype chain. */
|
||||
masm.branchTestObjShape(Assembler::NotEqual, object(), oldShape, &failures);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user