(fHash: string, name: string)
| 2694 | } |
| 2695 | |
| 2696 | private createStaticVarName(fHash: string, name: string): string { |
| 2697 | const varObjName = `static_var_${name}_${fHash}`; |
| 2698 | return varObjName; |
| 2699 | } |
| 2700 | |
| 2701 | /* |
| 2702 | // floatingVariableMap is meant for things that are not relevant to the current thread/frame. |
no outgoing calls
no test coverage detected