Changeset 204416 in webkit


Ignore:
Timestamp:
Aug 12, 2016, 11:53:51 AM (9 years ago)
Author:
Brent Fulgham
Message:

ASSERTION FAILED: : line >= firstLine in BytecodeGenerator::emitExpressionInfo.
https://bugs.webkit.org/show_bug.cgi?id=160535
<rdar://problem/27328151>

Patch by Pranjal Jumde <pjumde@apple.com> on 2016-08-12
Reviewed by Saam Barati.

lineNumber from the savePoint was not being restored before calling next() causing discrepancy in the offset and line for the token

  • js/multiline-function-crash-expected.txt: Added.
  • js/multiline-function-crash.html: Added.
  • js/script-tests/multiline-function-crash.js: Added.
Location:
trunk/LayoutTests
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r204415 r204416  
     12016-08-12  Pranjal Jumde  <pjumde@apple.com>
     2
     3        ASSERTION FAILED: : line >= firstLine in BytecodeGenerator::emitExpressionInfo.
     4        https://bugs.webkit.org/show_bug.cgi?id=160535
     5        <rdar://problem/27328151>
     6
     7        Reviewed by Saam Barati.
     8
     9        lineNumber from the savePoint was not being restored before calling next() causing discrepancy in the offset and line for the token
     10
     11        * js/multiline-function-crash-expected.txt: Added.
     12        * js/multiline-function-crash.html: Added.
     13        * js/script-tests/multiline-function-crash.js: Added.
     14
    1152016-08-12  Brent Fulgham  <bfulgham@apple.com>
    216
Note: See TracChangeset for help on using the changeset viewer.