* End a scope and release all created TVM objects * under the current scope. * * Exception: one can call moveToParentScope to move * a value to parent scope.
()
| 995 | * a value to parent scope. |
| 996 | */ |
| 997 | endScope(): void { |
| 998 | this.ctx.endScope(); |
| 999 | } |
| 1000 | |
| 1001 | /** |
| 1002 | * Perform action under a new scope. |
no outgoing calls
no test coverage detected