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.
DriveFuture
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§

InterruptHandlerparallel
The type of the interrupt handler.
MemoryUsage
A struct with information about the runtimes memory usage.
PromiseHookparallel
The type of the promise hook.
RejectionTrackerparallel
The type of the promise rejection tracker.