Classes | |
class | JavascriptEngine |
A simple javascript interpreter! 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... | |