[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 02:39:29 PST 2007


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





------- Comment #5 from eric at webkit.org  2007-12-22 02:39 PDT -------
Created an attachment (id=18058)
 --> (http://bugs.webkit.org/attachment.cgi?id=18058&action=view)
First pass, it compiles

 .../JavaScriptCore.xcodeproj/project.pbxproj       |   10 +-
 JavaScriptCore/kjs/ExecState.cpp                   |    2 -
 JavaScriptCore/kjs/ExecState.h                     |   14 +-
 JavaScriptCore/kjs/LabelStack.h                    |   10 +-
 JavaScriptCore/kjs/NodeWalker.cpp                  |   74 ++++
 JavaScriptCore/kjs/NodeWalker.h                    |   54 +++
 JavaScriptCore/kjs/grammar.y                       |    7 +-
 JavaScriptCore/kjs/internal.cpp                    |    1 +
 JavaScriptCore/kjs/nodes.cpp                       |  402 +++++++++++---------
 JavaScriptCore/kjs/nodes.h                         |  333 +++++++++++------
 JavaScriptCore/kjs/nodes2string.cpp                |   19 +-
 11 files changed, 606 insertions(+), 320 deletions(-)


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