Function javascriptcore_sys::JSValueGetType
source · 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: TheJSValuewhose type you want to obtain.
Returns a value of type JSType that identifies value’s type.