michael@0: // Binary: cache/js-dbg-32-78fde7e54d92-linux michael@0: // Flags: -m -n -a michael@0: // michael@0: function g(code) { michael@0: try { michael@0: f = eval("(function(){" + code + "})") michael@0: } catch (r) {} michael@0: f() michael@0: try { michael@0: evalcx("(function(){return" + code + "})()") michael@0: } catch (e) {} michael@0: } michael@0: g("") michael@0: g(" function(x,[]){NaN.x::c}()")