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

Unified Diff: src/frames.h

Issue 1181373003: [deoptimizer] Use TranslationIterator for OptimizedFrame again. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 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/frames.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.h
diff --git a/src/frames.h b/src/frames.h
index c32e4ef82b7733a630eca46192e98527a4485dba..562445a2f1b115f71ed3ea17f97f0452f90afa03 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -643,6 +643,8 @@ class OptimizedFrame : public JavaScriptFrame {
private:
friend class StackFrameIteratorBase;
+
+ Object* StackSlotAt(int index) const;
};
« no previous file with comments | « no previous file | src/frames.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698