Skip to content

builtinFunctions

const builtinFunctions: Record<number, (args) => Value>;

Defined in: packages/engine/src/vm/VMBuiltins.ts:192

Registry of built-in mathematical functions. Indexed by the number pushed as an operand of OpCode.CALL_BUILTIN.