JSClassRef typedef

JSClassRef = Pointer<OpaqueJSClass>

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

Implementation

typedef JSClassRef = Pointer<OpaqueJSClass>;