Bug fix for 'in' operator object lock not being released.
git-svn-id: svn://10.0.0.236/branches/SpiderMonkey140_NES40Rtm_Branch@41495 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1252,6 +1252,7 @@ js_Interpret(JSContext *cx, jsval *result)
|
||||
if (!ok)
|
||||
goto out;
|
||||
PUSH_OPND(BOOLEAN_TO_JSVAL(prop != NULL));
|
||||
OBJ_DROP_PROPERTY(cx, obj, prop);
|
||||
break;
|
||||
#endif /* JS_HAS_IN_OPERATOR */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user