Keep class names so that Class.prototype.name is preserved.
Class.prototype.name
This does not guarantee that the undefined name is preserved.
undefined
false Copy
false
Keep function names so that Function.prototype.name is preserved.
Function.prototype.name
Keep class names so that
Class.prototype.nameis preserved.This does not guarantee that the
undefinedname is preserved.