summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug623863.js
blob: d9ba4f79ee96695a257e7a7aa69a8307ca6401c6 (plain)
1
2
3
4
5
// Contributor: Christian Holler <decoder@own-hero.net>
if (typeof gczeal === 'function') gczeal(2);
Function.prototype.prototype = function() { return 42; };
try { foo(Function); } catch (e) { }
Function.prototype.prototype = function() { return 42; };