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

Unified Diff: src/full-codegen.cc

Issue 527963002: Implement loads and calls from 'super' (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: CR feedback Created 6 years, 3 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
Index: src/full-codegen.cc
diff --git a/src/full-codegen.cc b/src/full-codegen.cc
index cfbef49d391bbe2bae51a8d2d9b0f910b25b79ee..524f69914af8bb1759a81c63624ffe79ad812cd4 100644
--- a/src/full-codegen.cc
+++ b/src/full-codegen.cc
@@ -821,12 +821,6 @@ void FullCodeGenerator::SetStatementPosition(Statement* stmt) {
}
-void FullCodeGenerator::VisitSuperReference(SuperReference* super) {
- DCHECK(FLAG_harmony_classes);
- UNIMPLEMENTED();
-}
-
-
void FullCodeGenerator::SetExpressionPosition(Expression* expr) {
if (!info_->is_debug()) {
CodeGenerator::RecordPositions(masm_, expr->position());
« no previous file with comments | « src/compiler.cc ('k') | src/hydrogen.cc » ('j') | src/ia32/full-codegen-ia32.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698