(key)
| 8441 | } |
| 8442 | |
| 8443 | function genFilterCode (key) { |
| 8444 | var keyVal = parseInt(key, 10); |
| 8445 | if (keyVal) { |
| 8446 | return ("$event.keyCode!==" + keyVal) |
| 8447 | } |
| 8448 | var alias = keyCodes[key]; |
| 8449 | return ("_k($event.keyCode," + (JSON.stringify(key)) + (alias ? ',' + JSON.stringify(alias) : '') + ")") |
| 8450 | } |
| 8451 | |
| 8452 | /* */ |
| 8453 |
nothing calls this directly
no outgoing calls
no test coverage detected