* Push a new lexical scope (and its evaluation context) onto the stack.
(scope?: Scope, name?: string)
| 1260 | return getStandardLibrary(categories); |
| 1261 | } |
| 1262 | |
| 1263 | /** |
| 1264 | * Construct a new `ComputeEngine` instance. |
| 1265 | * |
| 1266 | * Symbols tables define functions, constants and variables (in `options.ids`). |
| 1267 | * If no table is provided the MathJSON Standard Library is used (`ComputeEngine.getStandardLibrary()`) |
no outgoing calls
no test coverage detected