Type Definition jscjs_sys::api::JSClassRef [−][src]
type JSClassRef = *mut OpaqueJSClass;
Expand description
@typedef JSClassRef A JavaScript class. Used with JSObjectMake to construct objects with custom behavior.
type JSClassRef = *mut OpaqueJSClass;
@typedef JSClassRef A JavaScript class. Used with JSObjectMake to construct objects with custom behavior.