[Webkit-unassigned] [Bug 47672] ES5 strict mode bugs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 16:57:32 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47672





--- Comment #10 from Oliver Hunt <oliver at apple.com>  2010-10-18 16:57:32 PST ---
(In reply to comment #9)
> (In reply to comment #8)
> > (In reply to comment #7)
> > > Hey Oliver.
> > > 
> > > I don't have this fresh build yet, but the previous one seems to also fail to set strict mode for eval code (in certain cases). For example:
> > > 
> > > (function(){ "use strict"; eval('with({ }) { }') })(); // no error
> > 
> > Was this in the inspector? I'm seeing weird behaviour where code in the inspectors console fails to trigger strict mode
> 
> Ah. yes it was. Doesn't happen when run from within <script> element. 
> 
> Well, then I have nothing else as far as strict mode. Will file bugs if I find anything.

I just landed a fix for the Function constructor which should appear in the next nightly

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list