[Webkit-unassigned] [Bug 16547] Perform return/continue/break syntax checking at parse time

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 22 21:41:08 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=16547





------- Comment #9 from eric at webkit.org  2007-12-22 21:41 PDT -------
The failing test is this javascript:

function CompareSplit( string, separator ) {
    split_1 = string.split( separator );
    split_2 = string_split( string, separator );

    AddTestCase(
        "( " + string +".split(" + separator + ") ).length" ,
        split_2.length,
        split_1.length );

the lookup which fails is split_2.length.  split_2 comes back as undefined. 
I'm not yet sure if the split_2 lookup is failing, or if split_2 is somehow set
to undefined.


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



More information about the webkit-unassigned mailing list