blob: 2e6c149429698da2086e79c038d54976e8171c1e (
plain)
1
2
3
4
5
6
7
8
9
|
function printStatus (msg) {
var lines = msg.split ("\n");
for (var i=0; i<lines.length; i++)
lines[i];
}
Object.prototype.length = function(){};
var summary = 'Do not assert: !OBJ_GET_PROTO(cx, ctor)';
printStatus (summary);
|