v8/test/cctest/parsing
Leszek Swirski 39e2d97bc4 [sfi] Replace start/end position with UncompiledData
Add new types for function data for SharedFunctionInfo, for uncompiled
functions. UncompiledData holds start/end positions, allowing us to
remove these fields from SFI. Uncompiled functions with pre-parsed
scope data now hold an UncompiledDataWithScope that has a pointer to
PreParsedScopeData -- this allows us to also remove the start/end pos
from PreParsedScopeData.

Bug: chromium:818642
Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng
Change-Id: I56f3c4e62cbf38929babac734a332709f12a8202
Reviewed-on: https://chromium-review.googlesource.com/1126381
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/master@{#54319}
2018-07-09 10:49:27 +00:00
..
test-parse-decision.cc [GetIsolate] Remove 1-arg handles around ScriptIterator 2018-06-26 08:52:30 +00:00
test-preparser.cc [sfi] Replace start/end position with UncompiledData 2018-07-09 10:49:27 +00:00
test-scanner-streams.cc [scanner] Drop lonely byte support as it's unused by blink anyway. 2018-07-05 14:22:44 +00:00
test-scanner.cc [parser] Remove use counter for U+2028 & U+2029 2017-12-11 20:32:39 +00:00