pub unsafe extern "C" fn JSValueGetType(
ctx: JSContextRef,
arg1: JSValueRef,
) -> JSTypeExpand description
Returns a JavaScript value’s type.
ctx: The execution context to use.value: TheJSValueRefwhose type you want to obtain.
Returns a value of type JSType that identifies value’s type.