michael@0: // |reftest| skip michael@0: // Any copyright is dedicated to the Public Domain. michael@0: // http://creativecommons.org/licenses/publicdomain/ michael@0: // Contributor: Jesse Ruderman michael@0: michael@0: try { michael@0: var x = Proxy.create( {get:function(r,name){return {}[name]}} ); michael@0: x.watch('e', function(){}); michael@0: } catch (exc) { michael@0: } michael@0: michael@0: reportCompare(0, 0, 'ok');