JSValueRef typedef

JSValueRef = Pointer<OpaqueJSValue>

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

Implementation

typedef JSValueRef = Pointer<OpaqueJSValue>;