DescriptionHandle ExternalStrings directly in the serializer without ObjectVisitor.
The serializer already has code that special cases for some external
strings. We can handle all external strings in one place instead of
splitting the logic between the serializer and the object visitor.
The main benefit is that we remove two virtual functions from the
ObjectVisitor and thus simplify it for all other users.
BUG=chromium:709075
Review-Url: https://codereview.chromium.org/2799943002
Cr-Commit-Position: refs/heads/master@{#44485}
Committed: https://chromium.googlesource.com/v8/v8/+/039617d75483e10ded4d60d08d684bba08d8bdb9
Patch Set 1 #
Total comments: 3
Messages
Total messages: 9 (5 generated)
|