Wang Language - v0.21.5
    Preparing search index...

    Interface PausableInterpreterOptions

    interface PausableInterpreterOptions {
        functions?: Record<string, Function>;
        globalContext?: ExecutionContext;
        moduleResolver?: ModuleResolver;
        pauseCheckInterval?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    functions?: Record<string, Function>
    globalContext?: ExecutionContext
    moduleResolver?: ModuleResolver
    pauseCheckInterval?: number