MCPcopy Create free account
hub / github.com/cortex-js/compute-engine / pushScope

Method pushScope

src/compute-engine/index.ts:1262–1264  ·  view source on GitHub ↗

* Push a new lexical scope (and its evaluation context) onto the stack.

(scope?: Scope, name?: string)

Source from the content-addressed store, hash-verified

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()`)

Callers 5

constructorMethod · 0.95
normalizeIdentifierMethod · 0.95
createScratchEngineFunction · 0.95
createEngineFunction · 0.95
buildSolveRulesFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected