MCPcopy Index your code
hub / github.com/aiscript-dev/aiscript / interpreter.ts

File interpreter.ts

test/interpreter.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import * as assert from 'assert';
2import { describe, expect, test, vi, beforeEach, afterEach } from 'vitest';
3import { Parser, Interpreter, values, errors, utils, Ast } from '../src';
4import { FALSE, NUM, OBJ, STR, TRUE, Value } from '../src/interpreter/value';

Callers

nothing calls this directly

Calls 15

NUMFunction · 0.90
OBJFunction · 0.90
STRFunction · 0.90
FN_NATIVEFunction · 0.85
outsideCallerFunction · 0.85
exeAndGetErrPosFunction · 0.85
exeAndGetErrMessageFunction · 0.85
countSleepsFunction · 0.85
exePausableFunction · 0.85
rndFunction · 0.85
getAttrFunction · 0.85
execMethod · 0.80

Tested by

no test coverage detected