pub unsafe extern "C" fn IsMaybeWrappedSavedFrame(
obj: *mut JSObject,
) -> bool
Expand description
Return true iff the given object is either a SavedFrame object or wrapper around a SavedFrame object, and it is not the SavedFrame.prototype object.