Expand description
QuickJS runtime related types.
Structs§
- Async
Runtime - Asynchronous QuickJS runtime, entry point of the library.
- Async
Weak Runtime - A weak handle to the async runtime.
- 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 - The type of the interrupt handler.
- Memory
Usage - A struct with information about the runtimes memory usage.
- Rejection
Tracker - The type of the promise rejection tracker.