Protect the number from GC, even if it was originally a number. bug 375976, r=crowder

This commit is contained in:
mrbkap@gmail.com 2007-05-21 16:45:42 -07:00
Родитель 74fdec4c1d
Коммит 98acb55839
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -3588,8 +3588,8 @@ interrupt:
ok = js_NewNumberValue(cx, d, &rtmp); \
if (!ok) \
goto out; \
*vp = rtmp; \
} \
*vp = rtmp; \
(cs->format & JOF_INC) ? d++ : d--; \
ok = js_NewNumberValue(cx, d, &rval); \
} else { \