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

Unified Diff: src/runtime/runtime-array.cc

Issue 849693003: Support concatenating with zero-size arrays with DICTIONARY_ELEMENTS in Runtime_ArrayConcat. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 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 | test/mjsunit/regress/regress-450895.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/runtime-array.cc
diff --git a/src/runtime/runtime-array.cc b/src/runtime/runtime-array.cc
index a69d8c87f8b0d47e97be162b66b7fcb971e3de56..0ba1fa6cce0e977d961e7dbcad6daeec0bdf7bca 100644
--- a/src/runtime/runtime-array.cc
+++ b/src/runtime/runtime-array.cc
@@ -850,6 +850,7 @@ RUNTIME_FUNCTION(Runtime_ArrayConcat) {
}
case FAST_HOLEY_ELEMENTS:
case FAST_ELEMENTS:
+ case DICTIONARY_ELEMENTS:
DCHECK_EQ(0, length);
break;
default:
« no previous file with comments | « no previous file | test/mjsunit/regress/regress-450895.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698