Function chakracore_sys::JsGetValueType [] [src]

pub unsafe extern "system" fn JsGetValueType(
    value: JsValueRef,
    type_: *mut JsValueType
) -> JsErrorCode

Gets the JavaScript type of a JsValueRef. The value whose type is to be returned. The type of the value. The code JsNoError if the operation succeeded, a failure code otherwise.