Chromium Code Reviews

Unified Diff: src/hydrogen.h

Issue 10103035: Share optimized code for closures. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: rebased on r11394 Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/hydrogen.h
===================================================================
--- src/hydrogen.h (revision 11394)
+++ src/hydrogen.h (working copy)
@@ -1138,6 +1138,8 @@
HValue* BuildContextChainWalk(Variable* var);
+ HInstruction* BuildThisFunction();
+
void AddCheckConstantFunction(Call* expr,
HValue* receiver,
Handle<Map> receiver_map,

Powered by Google App Engine