[][src]Function ul_sys::JSValueGetType

pub unsafe extern "C" fn JSValueGetType(
    ctx: JSContextRef,
    value: JSValueRef
) -> JSType

@function @abstract Returns a JavaScript value's type. @param ctx The execution context to use. @param value The JSValue whose type you want to obtain. @result A value of type JSType that identifies value's type.