Module runtime

Module runtime 

Source
Expand description

QuickJS runtime related types.

Structs§

AsyncRuntimefutures
Asynchronous QuickJS runtime, entry point of the library.
AsyncWeakRuntimefutures
A weak handle to the async runtime.
DriveFuturefutures
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§

InterruptHandlerNon-parallel
The type of the interrupt handler.
MemoryUsage
A struct with information about the runtimes memory usage.
PromiseHookNon-parallel
The type of the promise hook.
RejectionTrackerNon-parallel
The type of the promise rejection tracker.