Type Definition ul_sys::JSClassRef[][src]

pub type JSClassRef = *mut OpaqueJSClass;
Expand description

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