Function mozjs_sys::jsapi::JS::IsUnwrappedSavedFrame
source ยท pub unsafe extern "C" fn IsUnwrappedSavedFrame(
obj: *mut JSObject,
) -> bool
Expand description
Return true iff the given object is a SavedFrame object and not the SavedFrame.prototype object.