Ignore runtime configuration files generated during quality assurance.
1 // Binary: cache/js-dbg-64-38a487da2def-linux
5 var x = newGlobal().Date;
6 var OBJ = new MyObject( new x(0) );
7 try { eval("OBJ.valueOf()"); } catch(exc1) {}
8 function MyObject( value ) {
9 this.valueOf = x.prototype.valueOf;