JSValueRef A JavaScript value. The base type for all JavaScript values, and polymorphic functions on them.
typedef JSValueRef = Pointer<JSValue_>;