Bug 893858 - More testing for CPOWs and two small bug fixes. r=dvander

This commit is contained in:
Tom Schuster
2013-07-17 09:27:49 -04:00
parent ee251474bd
commit 8936040f82
4 changed files with 48 additions and 9 deletions

View File

@@ -434,7 +434,7 @@ JavaScriptChild::AnswerIsExtensible(const ObjectId &objId, ReturnStatus *rs, boo
return fail(cx, rs);
*result = !!extensible;
return true;
return ok(rs);
}
bool