Type Definition javascriptcore_sys::JSClassRef

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

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