Allow `Object#clone` to copy frozen status only; fix #4036
Copying all flags from the original object may overwrite the clone's flags e.g. the embedded flag.
Showing
Please register or sign in to comment
Copying all flags from the original object may overwrite the clone's flags e.g. the embedded flag.