Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / tests / js1_8_5 / regress / regress-618576.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
7 var x = <x/>;
8 x.function::__proto__ = evalcx('');
9 for (a in x)  // don't assert
10     ;
11
12 reportCompare(0, 0, 'ok');