Function chakracore_sys::JsCreateStringUtf16 [] [src]

pub unsafe extern "system" fn JsCreateStringUtf16(
    content: *const u16,
    length: usize,
    value: *mut JsValueRef
) -> JsErrorCode

Create JavascriptString variable from Utf16 string Expects Utf16 string Pointer to string memory. Number of characters within the string JsValueRef representing the JavascriptString The code JsNoError if the operation succeeded, a failure code otherwise.