Type Alias JSValueRef

Source
pub type JSValueRef = *const OpaqueJSValue;
Expand description

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