JSValueRef typedef

JSValueRef = Pointer<JSValue_>

JSValueRef A JavaScript value. The base type for all JavaScript values, and polymorphic functions on them.

Implementation

typedef JSValueRef = Pointer<JSValue_>;