Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 var f = function (q) { return q['\xC7']; }
2 var d = eval(uneval(f));
3 assertEq(d({'\xC7': 'good'}), 'good');
4
5 if (typeof reportCompare === "function")
6 reportCompare(true, true);