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

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

Issue 10163003: Put new global var semantics behind a flag until WebKit tests are cleaned up. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 8 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
Index: test/cctest/test-decls.cc
diff --git a/test/cctest/test-decls.cc b/test/cctest/test-decls.cc
index e3d61582c53d5eae1b6ec2c96552899b90d0427e..c029394e1cf7f54bf154ee34960eb48239e6f099 100644
--- a/test/cctest/test-decls.cc
+++ b/test/cctest/test-decls.cc
@@ -521,6 +521,7 @@ class ExistsInPrototypeContext: public DeclarationContext {
TEST(ExistsInPrototype) {
+ v8::internal::FLAG_es52_globals = true;
Michael Starzinger 2012/04/20 13:28:45 Likewise.
rossberg 2012/04/20 14:01:07 Done.
HandleScope scope;
// Sanity check to make sure that the holder of the interceptor
@@ -583,6 +584,7 @@ class AbsentInPrototypeContext: public DeclarationContext {
TEST(AbsentInPrototype) {
+ v8::internal::FLAG_es52_globals = true;
Michael Starzinger 2012/04/20 13:28:45 Likewise.
rossberg 2012/04/20 14:01:07 Done.
HandleScope scope;
{ AbsentInPrototypeContext context;

Powered by Google App Engine
This is Rietveld 408576698