archives

« Bugzilla Issues Index

#1254 — BasicFormatMatcher algorithm doesn't initialize formatProp


... which is especially problematic because it's used in a loop, so even if one were to assume that uninitialized variables start out as undefined (ES5.1 5.2 doesn't say so), it wouldn't help in iterations after a value has been assigned. It should be initialized to undefined for each iteration.


Fixed in 2013-02-28 draft.