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

Unified Diff: src/hydrogen.h

Issue 10692187: Added Crankshaft support for setters. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Reverted accidental es5_readonly change. Created 8 years, 5 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 | « no previous file | src/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/hydrogen.h
diff --git a/src/hydrogen.h b/src/hydrogen.h
index 93873b10f692efb28e8d36e9f144ae4620e93dea..83f386f8c012a1b1dd63810ee94a856592320240 100644
--- a/src/hydrogen.h
+++ b/src/hydrogen.h
@@ -1149,6 +1149,12 @@ class HGraphBuilder: public AstVisitor {
Property* prop,
Handle<Map> map,
Handle<String> name);
+ HInstruction* BuildCallSetter(HValue* object,
+ Handle<String> name,
+ HValue* value,
+ Handle<Map> map,
+ Handle<Object> callback,
+ Handle<JSObject> holder);
HInstruction* BuildStoreNamed(HValue* object,
HValue* value,
Handle<Map> type,
« no previous file with comments | « no previous file | src/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698