(handle: number, name: string)
| 21 | } |
| 22 | |
| 23 | public static variableName (handle: number, name: string): string { |
| 24 | return `var_${handle}_${name}`; |
| 25 | } |
| 26 | } |
| 27 | |
| 28 | export enum RunCommand { CONTINUE, RUN, NONE } |
no outgoing calls
no test coverage detected