Expand description
Core types for the plugin architecture.
Structs§
- Built
InObject - Built-in object definition. Represents a JavaScript built-in object like Array, Object, String, etc.
- Eval
Context - Execution context for JavaScript evaluation.
- Plugin
Info - Plugin metadata. Contains information about a loaded plugin.
- Simple
Object - Simple object for use as global object.
Enums§
- Built
InFn - Built-in function - either compiled-in or plugin-provided.
Type Aliases§
- Native
Fn - Function signature for built-in methods.
Native functions receive the evaluation context,
thisvalue, and arguments. - Shared
Heap - Shared heap type for use across contexts.
- Shared
Super Global - Shared super-global type for use across contexts.