Function chakracore_sys::JsConvertValueToString [] [src]

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

Converts the value to string 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.