[Webkit-unassigned] [Bug 34019] Custom-written JavaScript parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 3 16:17:14 PST 2010


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


Oliver Hunt <oliver at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #48022|review?                     |review-
               Flag|                            |




--- Comment #36 from Oliver Hunt <oliver at apple.com>  2010-02-03 16:17:10 PST ---
(From update of attachment 48022)
Okay, I'm going to say that the separate syntax checker should go -- there's
too much risk of different behaviour between the syntax generator and real
parser.  If we want pure syntax checking to be faster we just need a call to
the parser that says that it shouldn't build an ast at any level

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