JSClassRef typedef

JSClassRef = Pointer<JSClass_>

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

Implementation

typedef JSClassRef = Pointer<JSClass_>;