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

Unified Diff: src/arm64/interface-descriptors-arm64.cc

Issue 1559903003: Remove strong mode support from rest argument creation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: nit. Created 4 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 | « src/arm64/code-stubs-arm64.cc ('k') | src/compiler/js-typed-lowering.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/arm64/interface-descriptors-arm64.cc
diff --git a/src/arm64/interface-descriptors-arm64.cc b/src/arm64/interface-descriptors-arm64.cc
index 7f1fd7d37dba1c95eb151fb94302f5c44ae65023..485aa780e392309ad3f195839d1b245e74f40796 100644
--- a/src/arm64/interface-descriptors-arm64.cc
+++ b/src/arm64/interface-descriptors-arm64.cc
@@ -68,7 +68,6 @@ const Register ArgumentsAccessNewDescriptor::parameter_pointer() { return x3; }
const Register RestParamAccessDescriptor::parameter_count() { return x2; }
const Register RestParamAccessDescriptor::parameter_pointer() { return x3; }
const Register RestParamAccessDescriptor::rest_parameter_index() { return x4; }
-const Register RestParamAccessDescriptor::language_mode() { return x1; }
const Register ApiGetterDescriptor::function_address() { return x2; }
« no previous file with comments | « src/arm64/code-stubs-arm64.cc ('k') | src/compiler/js-typed-lowering.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698