DescriptionMove interpreter cctests into v8::internal::interpreter namespace.
This moves the cctest file for the interpreter to live in the same
namespace as the components it is testing. Hence we can avoid the
forbidden using directives pulling in entire namespaces.
From the Google C++ style guide: "You may not use a using-directive to
make all names from a namespace available". This would be covered by
presubmit linter checks if build/namespaces were not blacklisted.
R=rmcilroy@chromium.org
Committed: https://crrev.com/d1805edada73aafb751ebc1a3d6d12262b53acb7
Cr-Commit-Position: refs/heads/master@{#31681}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|