https://codereview.chromium.org/316173002/diff/140001/include/v8.h
File include/v8.h (right):

https://codereview.chromium.org/316173002/diff/140001/include/v8.h#newcode949
include/v8.h:949: // Data read from magic sourceURL and sourceMappingURL
comments.
Please use /** */ style annotations.

https://codereview.chromium.org/316173002/diff/140001/src/scanner.cc
File src/scanner.cc (right):

https://codereview.chromium.org/316173002/diff/140001/src/scanner.cc#newcode345
src/scanner.cc:345: while (c0_ >= 0 &&
!unicode_cache_->IsWhiteSpaceOrLineTerminator(c0_)) {
This will stop at first whitepace while ContentSearchUtils.cpp would
parse till the end of line. Not sure which one we should prefer though.

//# sourceURL=foo bar \n

https://codereview.chromium.org/316173002/

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