Function ul_sys::JSValueGetType[][src]

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

@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.