зеркало из https://github.com/mozilla/pjs.git
Remove vestigial initialization
This commit is contained in:
Родитель
ac5827ba27
Коммит
3f7075a016
|
@ -1316,7 +1316,6 @@ obj_eval(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval)
|
|||
* Script.prototype.compile/exec and Object.prototype.eval all take an
|
||||
* optional trailing argument that overrides the scope object.
|
||||
*/
|
||||
scopeobj = NULL;
|
||||
if (argc >= 2) {
|
||||
if (!js_ValueToObject(cx, argv[1], &scopeobj))
|
||||
return JS_FALSE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче