blob: 7e2a024de4144f8f9881d9cd1c9c27b4f40f5e64 [file] [log] [blame]
var x = Proxy.create( {get:function(r,name){Proxy = 0;}} );
try { x.watch('e', function(){}); } catch (e) {}