michael@0: // |jit-test| error:TypeError michael@0: michael@0: // Binary: cache/js-dbg-32-7ec0a71652a6-linux michael@0: // Flags: michael@0: // michael@0: f = eval("\ michael@0: (function() {\ michael@0: __proto__ = \ michael@0: Proxy.createFunction((\ michael@0: function() {\ michael@0: return {\ michael@0: has: ArrayBuffer,\ michael@0: }\ michael@0: })\ michael@0: (\"\"), \ michael@0: JSON.parse\ michael@0: )\ michael@0: })\ michael@0: ")()