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

Unified Diff: src/full-codegen/mips/full-codegen-mips.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/full-codegen/ia32/full-codegen-ia32.cc ('k') | src/full-codegen/mips64/full-codegen-mips64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen/mips/full-codegen-mips.cc
diff --git a/src/full-codegen/mips/full-codegen-mips.cc b/src/full-codegen/mips/full-codegen-mips.cc
index 2ec26144b1007e9dca88f9ee531c7cfad3c1a2ec..b17cd73ae07f2f44553e27d42593dd53e186b46c 100644
--- a/src/full-codegen/mips/full-codegen-mips.cc
+++ b/src/full-codegen/mips/full-codegen-mips.cc
@@ -284,8 +284,6 @@ void FullCodeGenerator::Generate() {
Operand(StandardFrameConstants::kCallerSPOffset + offset));
__ li(RestParamAccessDescriptor::rest_parameter_index(),
Operand(Smi::FromInt(rest_index)));
- __ li(RestParamAccessDescriptor::language_mode(),
- Operand(Smi::FromInt(language_mode())));
DCHECK(a1.is(RestParamAccessDescriptor::rest_parameter_index()));
function_in_register_a1 = false;
« no previous file with comments | « src/full-codegen/ia32/full-codegen-ia32.cc ('k') | src/full-codegen/mips64/full-codegen-mips64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698