* Begin a new scope for tracking object disposal.
()
| 984 | * Begin a new scope for tracking object disposal. |
| 985 | */ |
| 986 | beginScope(): void { |
| 987 | this.ctx.beginScope(); |
| 988 | } |
| 989 | |
| 990 | /** |
| 991 | * End a scope and release all created TVM objects |
no outgoing calls
no test coverage detected