Skip to main content

Module types

Module types 

Source
Expand description

Core types for the plugin architecture.

Structs§

BuiltInObject
Built-in object definition. Represents a JavaScript built-in object like Array, Object, String, etc.
EvalContext
Execution context for JavaScript evaluation.
PluginInfo
Plugin metadata. Contains information about a loaded plugin.
SimpleObject
Simple object for use as global object.

Enums§

BuiltInFn
Built-in function - either compiled-in or plugin-provided.

Type Aliases§

NativeFn
Function signature for built-in methods. Native functions receive the evaluation context, this value, and arguments.
SharedHeap
Shared heap type for use across contexts.
SharedSuperGlobal
Shared super-global type for use across contexts.