JSValueGetTypedArrayType

Function JSValueGetTypedArrayType 

Source
pub unsafe extern "C-unwind" fn JSValueGetTypedArrayType(
    ctx: JSContextRef,
    value: JSValueRef,
    exception: *mut JSValueRef,
) -> JSTypedArrayType
👎Deprecated: renamed to JSValue::typed_array_type
Available on crate features JSBase and JSValueRef only.