Jeff Walden <
jwald...@mit.edu> wrote:
> It comes from running JS tests with the patch I just posted to bug 758499, using |make jstestbrowser|, and seeing that the test mentioned as failing in bug 463997 does not fail with JSRESOLVE_WITH removed.
I talked to Waldo on IRC about this and he pointed out that we no longer set
JSRESOLVE_ASSINGING when we're running a bindname operation. This means that
the fast expando optimization won't happen for the with case any more. The
side effect of all this, of course, is that Waldo is exactly right and we can
nuke JSRESOLVE_WITH from orbit.
--
Blake Kaplan