(flags)
| 14876 | } |
| 14877 | |
| 14878 | function createInvalid (flags) { |
| 14879 | var m = createUTC(NaN); |
| 14880 | if (flags != null) { |
| 14881 | extend(getParsingFlags(m), flags); |
| 14882 | } |
| 14883 | else { |
| 14884 | getParsingFlags(m).userInvalidated = true; |
| 14885 | } |
| 14886 | |
| 14887 | return m; |
| 14888 | } |
| 14889 | |
| 14890 | // Plugins that add properties should also add the key here (null value), |
| 14891 | // so we can properly clone ourselves. |
no test coverage detected