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

Unified Diff: src/x64/full-codegen-x64.cc

Issue 1153053005: Cleanup ast numbering for super.prop in arrows (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove a commented out loc that was left over Created 5 years, 7 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/compiler/ast-graph-builder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/x64/full-codegen-x64.cc
diff --git a/src/x64/full-codegen-x64.cc b/src/x64/full-codegen-x64.cc
index 0e2f6c9fdb6b0651b65a11fc4c9c03c5b9740ca2..22bc23c97bb5cf6ec093c6fb66588f2ebd7e8ae7 100644
--- a/src/x64/full-codegen-x64.cc
+++ b/src/x64/full-codegen-x64.cc
@@ -307,7 +307,6 @@ void FullCodeGenerator::Generate() {
}
// Possibly set up a local binding to the [[HomeObject]].
- // Variable* home_object_var = scope()->home_object_var();
if (home_object_var != nullptr) {
Comment cmnt(masm_, "[ Home object");
__ Pop(LoadDescriptor::ReceiverRegister());
« no previous file with comments | « src/compiler/ast-graph-builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698