Module value

Module value 

Source

Structs§

JsCompiledFunction
A bytecode compiled function.
JsFunction
Wraps an object from the QuickJs runtime. Provides convenience property accessors.
JsModule
A bytecode compiled module.
OwnedJsArray
OwnedJsAtom
OwnedJsObject
Wraps an object from the QuickJs runtime. Provides convenience property accessors.
OwnedJsValue
OwnedJsValue wraps a Javascript value owned by the QuickJs runtime.

Enums§

JsCompiledValue
The result of loading QuickJs bytecode. Either a function or a module.
JsTag