MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / _evalSync

Method _evalSync

src/interpreter/index.ts:469–471  ·  view source on GitHub ↗
(node: Ast.Node, scope: Scope, callStack: readonly CallInfo[])

Source from the content-addressed store, hash-verified

467
468 @autobind
469 private _evalSync(node: Ast.Node, scope: Scope, callStack: readonly CallInfo[]): Value | Control {
470 return this.__evalSync(node, scope, callStack);
471 }
472
473 @autobind
474 private async __eval(node: Ast.Node, scope: Scope, callStack: readonly CallInfo[]): Promise<Value | Control> {

Callers 7

collectNsMemberSyncMethod · 0.95
_evalClauseSyncMethod · 0.95
__evalSyncMethod · 0.95
_runSyncMethod · 0.95
evalAndSetAttrSyncMethod · 0.95
getReferenceSyncMethod · 0.95

Calls 1

__evalSyncMethod · 0.95

Tested by

no test coverage detected