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