[Webkit-unassigned] [Bug 27226] Possibly faulty handling of function statements enclosed in other statements (i.e. block, if, etc). JavaScriptCore test ecma_3/FunExpr/fe-001.js failed.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 1 19:35:27 PDT 2010


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





--- Comment #2 from Daniel Parks <dp+webkit+bugzilla at oxidized.org>  2010-09-01 19:35:27 PST ---
ARGH. Tab leaves the textarea. The final bit:

if ( self.document ) {
  function importScripts () { ... }
}

Naturally this broke all the calls to importScripts.

Also, this brings up another point: a conditional around a importScripts() or similar call is now different than a conditional inside the included script. (Aside from the issue of the actual inclusion, naturally.)

-- 
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