Comment #40 on issue 2825 by [email protected]: breakpoint resolved to incorrect location
https://code.google.com/p/v8/issues/detail?id=2825

@bugdro

I reviewed the code and while it is an improvement, it seems like this still won't cover all the bases. I'm not sure you're accounting for every combination. Instead of checking for just <LF>, you now check for <CR><LF> for a line terminating character. I believe the solution would be accepting any combination of the link you posted:

"Syntax

LineTerminator ::
<LF>
<CR>
<LS>
<PS>
LineTerminatorSequence ::
<LF>
<CR> [lookahead ∉ <LF> ]
<LS>
<PS>
<CR> <LF>"

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to