Raw File
bug639529.js
function f() {}
g = wrap(f);
g.__defineGetter__('toString', f.toString);
g.toString;
back to top