зеркало из https://github.com/mozilla/gecko-dev.git
Oops, checked in a call to decompileFunctionBody which was for debugging
purposes only.
This commit is contained in:
Родитель
247ff07dc9
Коммит
bfc8111f7b
|
@ -1201,7 +1201,7 @@ fun_toString(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
indent = 0;
|
||||
if (argc && !js_ValueToECMAUint32(cx, argv[0], &indent))
|
||||
return JS_FALSE;
|
||||
str = JS_DecompileFunctionBody(cx, fun, (uintN)indent);
|
||||
str = JS_DecompileFunction(cx, fun, (uintN)indent);
|
||||
if (!str)
|
||||
return JS_FALSE;
|
||||
*rval = STRING_TO_JSVAL(str);
|
||||
|
|
Загрузка…
Ссылка в новой задаче