v8/test/unittests/torque
Simon Zünd 8e9e151f49 [torque-ls] Support "goto-definition" for Types in extends clause
Type declaration may contain a parent type in an "extends" clause.
This CL changes the token type of the name after such a clause
from std::string to Identifier*. The resulting SourcePosition is then
used to implement the "goto-definition" link from that name to the
definition of the parent type.

R=mvstanton@chromium.org

Bug: v8:8880
Change-Id: I9ea6cd83e4d6ef535906e36626f64d458c7d0270
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1511481
Reviewed-by: Sigurd Schneider <sigurds@chromium.org>
Reviewed-by: Michael Stanton <mvstanton@chromium.org>
Commit-Queue: Simon Zünd <szuend@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60179}
2019-03-12 09:21:44 +00:00
..
earley-parser-unittest.cc
ls-json-unittest.cc [torque-ls] Port tests from cctest to unittest 2019-03-04 17:04:02 +00:00
ls-message-unittest.cc [torque-ls] Properly decode file URIs sent by the client 2019-03-05 10:36:38 +00:00
ls-server-data-unittest.cc [torque-ls] Support "goto-definition" for Types in extends clause 2019-03-12 09:21:44 +00:00
torque-unittest.cc
torque-utils-unittest.cc [torque-ls] Properly decode file URIs sent by the client 2019-03-05 10:36:38 +00:00