Ignore:
Timestamp:
Jun 30, 2011, 2:41:58 PM (14 years ago)
Author:
[email protected]
Message:

2011-06-30 Juan C. Montemayor <[email protected]>

Reviewed by Geoffrey Garen.

Web Inspector fails to display source for eval with syntax error
https://bugs.webkit.org/show_bug.cgi?id=63583

Added new LayoutTest to check that the correct line number is added to a
syntax error inside an eval statement.

  • fast/js/eval-contained-syntax-error-expected.txt: Added.
  • fast/js/eval-contained-syntax-error.html: Added.
  • fast/js/script-tests/eval-contained-syntax-error.js: Added.
  • platform/chromium/fast/js/eval-contained-syntax-error-expected.txt: Added.

2011-06-30 Juan C. Montemayor <[email protected]>

Reviewed by Geoffrey Garen.

Web Inspector fails to display source for eval with syntax error
https://bugs.webkit.org/show_bug.cgi?id=63583

Web Inspector now displays a link to an eval statement that contains
a syntax error.

  • parser/Parser.h: (JSC::isEvalNode): (JSC::EvalNode): (JSC::Parser::parse):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r90157 r90159  
     12011-06-30  Juan C. Montemayor  <[email protected]>
     2
     3        Reviewed by Geoffrey Garen.
     4
     5        Web Inspector fails to display source for eval with syntax error
     6        https://bugs.webkit.org/show_bug.cgi?id=63583
     7
     8        Web Inspector now displays a link to an eval statement that contains
     9        a syntax error.
     10
     11        * parser/Parser.h:
     12        (JSC::isEvalNode):
     13        (JSC::EvalNode):
     14        (JSC::Parser::parse):
     15
    1162011-06-30  Filip Pizlo  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.