Function NewStringFromKnownLiveTwoByteBuffer

Source
pub unsafe extern "C" fn NewStringFromKnownLiveTwoByteBuffer(
    cx: *mut JSContext,
    buffer: *mut StringBuffer,
    length: usize,
) -> *mut JSString
Expand description

Similar to NewStringFromKnownLiveLatin1Buffer but for char16_t buffers.