Function js::jsapi::JS_IsMappedArrayBufferObject
[−]
[src]
pub unsafe extern "C" fn JS_IsMappedArrayBufferObject(
obj: *mut JSObject
) -> bool
Check whether the obj is ArrayBufferObject and memory mapped. Note that this may return false if a security wrapper is encountered that denies the unwrapping.