Returns an instruction index (subtracting HEADER_OFFSET).
(tNode: TNode)
| 45 | |
| 46 | /** Returns an instruction index (subtracting HEADER_OFFSET). */ |
| 47 | function getNoOffsetIndex(tNode: TNode): number { |
| 48 | return tNode.index - HEADER_OFFSET; |
| 49 | } |
| 50 | |
| 51 | /** |
| 52 | * Check whether a given node exists, but is disconnected from the DOM. |
no outgoing calls
no test coverage detected
searching dependent graphs…