Classes | |
class | JavascriptEngine |
This class is a wrapper around QuickJS, an ES2023 compliant, embeddable javascript engine. More... | |
class | JSCursor |
A high-level wrapper around an owning root JSObject and a hierarchical path relative to it. More... | |
class | JSObject |
A JSObject represents an owning reference to the underlying JS object, meaning it will remain valid even if a subsequent script execution deletes other handles to it. More... | |