v8/src/parsing
bcoe dfcdf7837e [coverage] fix greedy nullish coalescing
The SourceRangeScope helper was consuming too many characters, instead
explicitly create SourceRange, based on scanner position.

Bug: v8:11231
Change-Id: I852d211227abacf867e8f1ab3e3ab06dbdba2a9b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2576006
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Commit-Queue: Toon Verwaest <verwaest@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71765}
2020-12-15 14:28:44 +00:00
..
DIR_METADATA Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
expression-scope.h [cleanup][parsing] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-11-25 02:07:32 +00:00
func-name-inferrer.cc [ast] Cache allocated AstConsString 2020-02-07 11:10:37 +00:00
func-name-inferrer.h [cleanup][parsing] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-11-25 02:07:32 +00:00
import-assertions.cc Sort import assertions by code point order of the keys 2020-11-12 20:03:03 +00:00
import-assertions.h Sort import assertions by code point order of the keys 2020-11-12 20:03:03 +00:00
keywords-gen.h [cleanup] Split out bit-field.h and bounds.h from utils/utils.h 2019-11-15 13:00:08 +00:00
keywords.txt [parser] Fix escaped contextual keyword handling 2019-02-15 12:28:26 +00:00
literal-buffer.cc [cleanup] Replace all remaining Min/Max uses with std::min/max 2020-11-24 17:32:01 +00:00
literal-buffer.h [cleanup][parsing] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-11-25 02:07:32 +00:00
OWNERS Add DIR_METADATA files to v8. 2020-10-20 22:12:28 +00:00
parse-info.cc [api] Add module streaming support 2020-11-23 15:18:21 +00:00
parse-info.h [api] Add module streaming support 2020-11-23 15:18:21 +00:00
parser-base.h [coverage] fix greedy nullish coalescing 2020-12-15 14:28:44 +00:00
parser.cc [flags] Remove --harmony-private-methods 2020-11-12 23:21:53 +00:00
parser.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
parsing.cc [compiler] Fix double error reporting for parser errors 2020-06-10 08:36:41 +00:00
parsing.h [compiler] Fix double error reporting for parser errors 2020-06-10 08:36:41 +00:00
pending-compilation-error-handler.cc [offthread] Change OffThreadIsolate to LocalIsolate 2020-08-14 10:57:27 +00:00
pending-compilation-error-handler.h [cleanup][parsing] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-11-25 02:07:32 +00:00
preparse-data-impl.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
preparse-data.cc [asserts] Make assert scopes LocalHeap friendly 2020-11-20 17:39:14 +00:00
preparse-data.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
preparser-logger.h [parser] Store function.length computed in the preparser 2019-04-11 11:17:03 +00:00
preparser.cc [log] Support logging two-byte characters 2020-09-24 12:34:07 +00:00
preparser.h [cleanup][parsing] Remove uses of DISALLOW_COPY_AND_ASSIGN 2020-11-25 02:07:32 +00:00
rewriter.cc [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
rewriter.h Reland "[zone-compr] Introduce ZoneTypeTraits and ZoneCompression" 2020-07-31 11:43:08 +00:00
scanner-character-streams.cc [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
scanner-character-streams.h Reland "[offthread] Add SFI support to OffThreadFactory" 2020-02-13 12:25:15 +00:00
scanner-inl.h [globals] Change uc32 to be unsigned 2020-06-10 08:37:46 +00:00
scanner.cc Allow quotes inside of embedded sourceMappingURLs 2020-12-14 17:47:29 +00:00
scanner.h [config] Add V8_NODISCARD for Scope classes 2020-11-26 11:08:45 +00:00
token.cc [scanner] Allow escaped keywords to be property names 2019-09-16 13:56:41 +00:00
token.h Reland "Set .name of anonymous functions on the RHS of logical assignment." 2020-06-03 23:14:58 +00:00