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

Unified Diff: src/full-codegen/mips64/full-codegen-mips64.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/mips/full-codegen-mips.cc ('k') | src/full-codegen/x64/full-codegen-x64.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/full-codegen/mips64/full-codegen-mips64.cc
diff --git a/src/full-codegen/mips64/full-codegen-mips64.cc b/src/full-codegen/mips64/full-codegen-mips64.cc
index 3f82c6371b60db12c2adf55253583fcbd95bd126..03133e150ff7e55819c50cb40f9d7851d5a9e506 100644
--- a/src/full-codegen/mips64/full-codegen-mips64.cc
+++ b/src/full-codegen/mips64/full-codegen-mips64.cc
@@ -282,9 +282,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::language_mode()));
function_in_register_a1 = false;
RestParamAccessStub stub(isolate());
« no previous file with comments | « src/full-codegen/mips/full-codegen-mips.cc ('k') | src/full-codegen/x64/full-codegen-x64.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698