[][src]Type Definition ul_sys::JSClassRef

type JSClassRef = *mut OpaqueJSClass;

@typedef JSClassRef A JavaScript class. Used with JSObjectMake to construct objects with custom behavior.