* Remove the most recent scope from the scope stack.
()
| 1267 | this._noteStateEvent({ kind: 'config' }); |
| 1268 | } |
| 1269 | |
| 1270 | private _jit: 'auto' | 'off' = 'auto'; |
| 1271 | |
| 1272 | /** |
| 1273 | * Return symbol tables suitable for the specified categories, or `"all"` |
| 1274 | * for all categories (`"arithmetic"`, `"algebra"`, etc...). |
no outgoing calls
no test coverage detected