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

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

Issue 1784033002: Remove --harmony-tostring runtime flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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 | « src/objects.cc ('k') | test/mjsunit/compare-known-objects-tostringtag.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-api.cc
diff --git a/test/cctest/test-api.cc b/test/cctest/test-api.cc
index c128bbdb4aea61e1358914940e0f63a146237a65..4281bd9ea39479c5f460c75bd485c55c195d06c2 100644
--- a/test/cctest/test-api.cc
+++ b/test/cctest/test-api.cc
@@ -13300,8 +13300,6 @@ THREADED_TEST(ObjectProtoToString) {
TEST(ObjectProtoToStringES6) {
- // TODO(dslomov, caitp): merge into ObjectProtoToString test once shipped.
- i::FLAG_harmony_tostring = true;
LocalContext context;
v8::Isolate* isolate = CcTest::isolate();
v8::HandleScope scope(isolate);
@@ -24759,7 +24757,6 @@ TEST(AccessCheckedIsConcatSpreadable) {
TEST(AccessCheckedToStringTag) {
- i::FLAG_harmony_tostring = true;
v8::Isolate* isolate = CcTest::isolate();
HandleScope scope(isolate);
LocalContext env;
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/compare-known-objects-tostringtag.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698