(which)
| 25302 | var _a; |
| 25303 | var DirectionalKeyCodes = (_a = {}, _a[(0, _keyCodes.KeyCodes).up] = 1, _a[(0, _keyCodes.KeyCodes).down] = 1, _a[(0, _keyCodes.KeyCodes).left] = 1, _a[(0, _keyCodes.KeyCodes).right] = 1, _a[(0, _keyCodes.KeyCodes).home] = 1, _a[(0, _keyCodes.KeyCodes).end] = 1, _a[(0, _keyCodes.KeyCodes).tab] = 1, _a[(0, _keyCodes.KeyCodes).pageUp] = 1, _a[(0, _keyCodes.KeyCodes).pageDown] = 1, _a); |
| 25304 | function isDirectionalKeyCode(which) { |
| 25305 | return !!DirectionalKeyCodes[which]; |
| 25306 | } |
| 25307 | function addDirectionalKeyCode(which) { |
| 25308 | DirectionalKeyCodes[which] = 1; |
| 25309 | } |
nothing calls this directly
no outgoing calls
no test coverage detected