()
| 459 | } |
| 460 | |
| 461 | export function nextBindingIndex(): number { |
| 462 | return instructionState.lFrame.bindingIndex++; |
| 463 | } |
| 464 | |
| 465 | export function incrementBindingIndex(count: number): number { |
| 466 | const lFrame = instructionState.lFrame; |
no outgoing calls
no test coverage detected
searching dependent graphs…