(length)
| 36 | return "/* " + this.__sequence + " */ new Array(" + length + ");"; |
| 37 | } |
| 38 | function make_array(length) { |
| 39 | return eval(make_array_string(length)); |
| 40 | } |
| 41 | |
| 42 | function test(test_double, test_object, set, length) { |
| 43 | // We apply the same operations to two identical arrays. The first array |
searching dependent graphs…