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

Unified Diff: src/frames.h

Issue 1309843007: [Interpreter] Add support for property load operations. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/frames.h
diff --git a/src/frames.h b/src/frames.h
index 940b4730c451fe077a962367e4c50015e464da2a..5711f3957b701cf077b70279acb907111b208de7 100644
--- a/src/frames.h
+++ b/src/frames.h
@@ -180,6 +180,7 @@ class InterpreterFrameConstants : public AllStatic {
// Register file pointer relative.
static const int kLastParamFromRegisterPointer =
StandardFrameConstants::kFixedFrameSize + kPointerSize;
+ static const int kFunctionFromRegisterPointer = kPointerSize;
};

Powered by Google App Engine
This is Rietveld 408576698