(x)
| 28 | // Test paths in the code generator where values in specific registers |
| 29 | // get moved around. |
| 30 | function identity(x) { |
| 31 | return x; |
| 32 | } |
| 33 | |
| 34 | function lookup(w, a) { |
| 35 | // This function tests a code path in the generation of a keyed load IC |
no outgoing calls
no test coverage detected