michael@0: // Forward to the target if the trap is not defined michael@0: assertEq(Proxy({ michael@0: foo: 'bar' michael@0: }, {}).foo, 'bar'); michael@0: michael@0: assertEq(Proxy({ michael@0: foo: 'bar' michael@0: }, {})['foo'], 'bar');