(w, a)
| 32 | } |
| 33 | |
| 34 | function lookup(w, a) { |
| 35 | // This function tests a code path in the generation of a keyed load IC |
| 36 | // where the key and the value are both in the same register. |
| 37 | a = a; |
| 38 | w[a] = a; |
| 39 | } |
| 40 | |
| 41 | function cover_codegen_paths() { |
| 42 | var x = 1; |
no outgoing calls
no test coverage detected