Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: test/cctest/test-decls.cc

Issue 2227073002: cctest: put some types into anonymous namespace. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: cctest: put some types into anonymous namespace. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-decls.cc
diff --git a/test/cctest/test-decls.cc b/test/cctest/test-decls.cc
index 35cb515dc100f7357e6047056b7870b7128054d8..e4506aee500b23e76899c7685ae65efa13780546 100644
--- a/test/cctest/test-decls.cc
+++ b/test/cctest/test-decls.cc
@@ -34,6 +34,7 @@
using namespace v8;
+namespace {
enum Expectations {
EXPECT_RESULT,
@@ -223,6 +224,7 @@ v8::Local<Integer> DeclarationContext::Query(Local<Name> key) {
return v8::Local<Integer>();
}
+} // namespace
// Test global declaration of a property the interceptor doesn't know
// about and doesn't handle.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698