()
| 181 | // on the following tests. |
| 182 | var __sequence = 0; |
| 183 | function make_array_string() { |
| 184 | this.__sequence = this.__sequence + 1; |
| 185 | return "/* " + this.__sequence + " */ [0, 0, 0];" |
| 186 | } |
| 187 | function make_array() { |
| 188 | return eval(make_array_string()); |
| 189 | } |