jsf library

Classes

JsRuntime
A class that manages a QuickJS runtime and context for evaluating JavaScript code in Dart.

Properties

context Pointer<JSContext>
Global variable to hold the JS execution context.
getter/setter pair
runtime Pointer<JSRuntime>
Global variable to hold the JS runtime instance.
getter/setter pair