Structs§
- JsCompiled
Function - A bytecode compiled function.
- JsFunction
- Wraps an object from the QuickJs runtime. Provides convenience property accessors.
- JsModule
- A bytecode compiled module.
- Owned
JsArray - Owned
JsAtom - Owned
JsObject - Wraps an object from the QuickJs runtime. Provides convenience property accessors.
- Owned
JsValue - OwnedJsValue wraps a Javascript value owned by the QuickJs runtime.
Enums§
- JsCompiled
Value - The result of loading QuickJs bytecode. Either a function or a module.
- JsTag