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

Unified Diff: src/full-codegen.h

Issue 613673002: Support count operations on super named properties. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Platform ports 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.h
diff --git a/src/full-codegen.h b/src/full-codegen.h
index fdb329324a683bbae93695ff966f5e542c84b4a4..e8044320b412ccce33e198c4cf41a6dcf7337827 100644
--- a/src/full-codegen.h
+++ b/src/full-codegen.h
@@ -562,7 +562,7 @@ class FullCodeGenerator: public AstVisitor {
// Complete a super named property assignment. The right-hand-side value
// is expected in accumulator.
- void EmitNamedSuperPropertyAssignment(Assignment* expr);
+ void EmitNamedSuperPropertyStore(Property* prop);
// Complete a keyed property assignment. The receiver and key are
// expected on top of the stack and the right-hand-side value in the

Powered by Google App Engine
This is Rietveld 408576698