mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
359fb503b8
The NAMED_FORMATS and DATE_FORMATS caches were plain objects read with a truthy check keyed by a token from the format string, so a token matching an inherited Object member (e.g. `__proto__`) resolved to a prototype value. Create both caches with a null prototype so only real entries are returned.