Module runtime

Source
Expand description

QuickJS runtime related types.

Structs§

AsyncRuntime
Asynchronous QuickJS runtime, entry point of the library.
AsyncWeakRuntime
A weak handle to the async runtime.
Runtime
QuickJS runtime, entry point of the library.
UserDataError
UserDataGuard
Guard for user data to avoid inserting new userdata while exisiting userdata is being referenced.
WeakRuntime
A weak handle to the runtime.

Type Aliases§

InterruptHandler
The type of the interrupt handler.
MemoryUsage
A struct with information about the runtimes memory usage.
RejectionTracker
The type of the promise rejection tracker.