michael@0: // Copyright 2011 Google Inc. All rights reserved. michael@0: // This code is governed by the BSD license found in the LICENSE file. michael@0: michael@0: /** michael@0: * @path ch13/13.2/S13.2_A6_T1.js michael@0: * @description check if "caller" poisoning poisons michael@0: * getOwnPropertyDescriptor too michael@0: * @onlyStrict michael@0: */ michael@0: michael@0: "use strict"; michael@0: Object.getOwnPropertyDescriptor(function(){}, 'caller'); michael@0: