Type Alias ul_next_sys::JSClassRef

source ·
pub type JSClassRef = *mut OpaqueJSClass;
Expand description

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