| 03:32 | <bakkot> | shu: yes |
| 03:34 | <bakkot> | it's just the stupid HTML string methods, substr, escape, unescape, the 1900-based Date.setYear/Date.getYear, Date.toGMTString which is just an alias for Date.toUTCString, and RegExp.compile |
| 03:34 | <bakkot> | no one should ever use any of those |
| 03:35 | <bakkot> | there's also .__proto__ and __lookupGetter__ and friends, which are not annex B but are "Legacy", but it's kind of reasonable to use those in the console as an easier alternative to doing the right thing |
| 03:35 | <bakkot> | as long as you don't ship them to prod |
| 03:36 | <bakkot> | but even that excuse does not apply to the string methods and getYear and so on |
| 16:50 | <shu> | how do i know what year it is otherwise |