(a,b,c)
| 148 | assertEquals(x, array_store_6([], 3, x)); |
| 149 | |
| 150 | function array_store_7(a,b,c) { |
| 151 | return (a[b] = c); |
| 152 | } |
| 153 | |
| 154 | // Check the handling of mutable arrays of doubles |
| 155 | var a = new Array(0.5, 1.5); |
no outgoing calls
no test coverage detected