зеркало из https://github.com/mozilla/pjs.git
Fiddle cosmetics.
This commit is contained in:
Родитель
a3f4751e3a
Коммит
ea66fe68a8
|
@ -4934,7 +4934,7 @@ JS_RestoreFrameChain(JSContext *cx, JSStackFrame *fp)
|
|||
if (!fp)
|
||||
return;
|
||||
|
||||
JS_ASSERT(cx->dormantFrameChain == fp);
|
||||
JS_ASSERT(fp == cx->dormantFrameChain);
|
||||
cx->fp = fp;
|
||||
cx->dormantFrameChain = fp->dormantNext;
|
||||
fp->dormantNext = NULL;
|
||||
|
|
|
@ -1106,7 +1106,8 @@ js_InitExceptionClasses(JSContext *cx, JSObject *obj)
|
|||
}
|
||||
|
||||
const JSErrorFormatString*
|
||||
js_GetLocalizedErrorMessage(JSContext* cx, void *userRef, const char *locale, const uintN errorNumber)
|
||||
js_GetLocalizedErrorMessage(JSContext* cx, void *userRef, const char *locale,
|
||||
const uintN errorNumber)
|
||||
{
|
||||
const JSErrorFormatString *errorString = NULL;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче