MCPcopy Create free account
hub / github.com/aiscript-dev/aiscript / primitive-props.ts

File primitive-props.ts

src/interpreter/primitive-props.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// JavaScriptは一部のUnicode文字列を正しく扱えないため標準関数の代わりにstringzの関数を使う
2import { substring, length, indexOf, toArray } from 'stringz';
3import { AiScriptRuntimeError } from '../error.js';
4import { textEncoder } from '../const.js';

Callers

nothing calls this directly

Calls 14

FN_NATIVEFunction · 0.85
STRFunction · 0.85
NUMFunction · 0.85
ARRFunction · 0.85
assertStringFunction · 0.85
assertNumberFunction · 0.85
expectAnyFunction · 0.85
assertArrayFunction · 0.85
assertFunctionFunction · 0.85
assertBooleanFunction · 0.85
mergeSortFunction · 0.85
flatFunction · 0.85

Tested by

no test coverage detected