Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / tests / js1_8_5 / regress / regress-548276.js
1 /*
2  * Any copyright is dedicated to the Public Domain.
3  * http://creativecommons.org/licenses/publicdomain/
4  * Contributors: Gary Kwong and Jason Orendorff
5  */
6 var obj = {};
7 obj.__defineSetter__("x", function() {});
8 obj.watch("x", function() {});
9 obj.__defineSetter__("x", /a/);