Lines Matching refs:FAIL
30 Foo.prototype.bar = function () { FAIL; };
38 FAIL;
48 [1, 2, 3].map(function () { FAIL; });
53 Nirk.prototype.valueOf = function () { FAIL; };
77 Number.prototype.causeError = function () { FAIL; };
82 function Plonk() { FAIL; }
87 function a$b$c$d() { return FAIL; }
94 (function () { FAIL }).call([1, 2, 3]);
140 FAIL;
155 FAIL;
199 var thrower = { valueOf: function() { FAIL; },
200 toString: function() { FAIL; } };