Expand description
QuickJS runtime related types.
Structs§
- Async
Runtime futures - Asynchronous QuickJS runtime, entry point of the library.
- Async
Weak Runtime futures - A weak handle to the async runtime.
- Drive
Future futures - Runtime
- QuickJS runtime, entry point of the library.
- User
Data Error - User
Data Guard - Guard for user data to avoid inserting new userdata while exisiting userdata is being referenced.
- Weak
Runtime - A weak handle to the runtime.
Type Aliases§
- Interrupt
Handler Non- parallel - The type of the interrupt handler.
- Memory
Usage - A struct with information about the runtimes memory usage.
- Promise
Hook Non- parallel - The type of the promise hook.
- Rejection
Tracker Non- parallel - The type of the promise rejection tracker.