Function chakracore_sys::JsConvertValueToNumber [] [src]

pub unsafe extern "system" fn JsConvertValueToNumber(
    value: JsValueRef,
    numberValue: *mut JsValueRef
) -> JsErrorCode

Converts the value to number using standard JavaScript semantics. Requires an active script context. The value to be converted. The converted value. The code JsNoError if the operation succeeded, a failure code otherwise.