This commit is contained in:
brendan@mozilla.org 2008-01-03 12:57:05 -08:00
Родитель c63e1d2fe3
Коммит c8fe15935c
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -389,8 +389,8 @@ js_FinishSharingScope(JSContext *cx, JSScope *scope)
if (JSVAL_IS_STRING(v) &&
!js_MakeStringImmutable(cx, JSVAL_TO_STRING(v))) {
/*
* FIXME bug 363059: The following error recovery changes the
* execution semantic arbitrary and silently ignores any errors
* FIXME bug 363059: The following error recovery changes runtime
* execution semantics, arbitrarily and silently ignoring errors
* except out-of-memory, which should have been reported through
* JS_ReportOutOfMemory at this point.
*/