Bug 786339 - Remove two implicit conversions from NULL to false in the JS code; r=luke
This commit is contained in:
@@ -335,7 +335,7 @@ frontend::CompileFunctionBody(JSContext *cx, HandleFunction fun, CompileOptions
|
||||
return false;
|
||||
|
||||
if (!NameFunctions(cx, pn))
|
||||
return NULL;
|
||||
return false;
|
||||
|
||||
if (fn->pn_body) {
|
||||
JS_ASSERT(fn->pn_body->isKind(PNK_ARGSBODY));
|
||||
|
||||
Reference in New Issue
Block a user