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

Unified Diff: src/full-codegen.h

Issue 1135243004: [es6] Support super.property in eval and arrow functions (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: All ports done 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
Index: src/full-codegen.h
diff --git a/src/full-codegen.h b/src/full-codegen.h
index 34e93eedf444fd81c6154574c4d7ff52ee80ab58..da5b5a4b383b2300adf30919d53020a2e7636151 100644
--- a/src/full-codegen.h
+++ b/src/full-codegen.h
@@ -676,8 +676,6 @@ class FullCodeGenerator: public AstVisitor {
// accumulator.
void EmitKeyedPropertyAssignment(Assignment* expr);
- void EmitLoadHomeObject(SuperReference* expr);
-
static bool NeedsHomeObject(Expression* expr) {
return FunctionLiteral::NeedsHomeObject(expr);
}
« no previous file with comments | « src/ast-value-factory.h ('k') | src/ia32/full-codegen-ia32.cc » ('j') | src/preparser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698