js/src/jit-test/tests/jaeger/recompile/bug643552.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b565e913a12f
1 var x = Proxy.create( {get:function(r,name){Proxy = 0;}} );
2 try { x.watch('e', function(){}); } catch (e) {}

mercurial