* Start a new nested group, affecting future local `set`s.
()
| 12929 | |
| 12930 | |
| 12931 | beginGroup() { |
| 12932 | this.undefStack.push({}); |
| 12933 | } |
| 12934 | /** |
| 12935 | * End current nested group, restoring values before the group began. |
| 12936 | */ |
no outgoing calls
no test coverage detected