(name)
| 1427 | } |
| 1428 | |
| 1429 | function hasOwnBindingOverride(name) { |
| 1430 | return Object.prototype.hasOwnProperty.call(resolvedKeyBindings ?? {}, name); |
| 1431 | } |
| 1432 | |
| 1433 | function resolveBindingInfo(name) { |
| 1434 | const baseBinding = keyBindings[name] ?? null; |
no test coverage detected