MCPcopy Create free account
hub / github.com/d0iasm/saba / JsRuntime

Class JsRuntime

core/src/renderer/js/runtime.rs:156–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155#[derive(Debug, Clone)]
156pub struct JsRuntime {
157 dom_root: Rc<RefCell<DomNode>>,
158 dom_modified: bool,
159 functions: Vec<Function>,
160 env: Rc<RefCell<Environment>>,
161}
162
163impl JsRuntime {
164 pub fn new(dom_root: Rc<RefCell<DomNode>>) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected