pub type JSClassRef = *mut OpaqueJSClass;Expand description
A JavaScript class.
Used with JSObjectMake to construct objects with custom behavior.
pub type JSClassRef = *mut OpaqueJSClass;A JavaScript class.
Used with JSObjectMake to construct objects with custom behavior.