summaryrefslogtreecommitdiff
path: root/deps/v8/src/x87/frames-x87.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/x87/frames-x87.h')
-rw-r--r--deps/v8/src/x87/frames-x87.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/x87/frames-x87.h b/deps/v8/src/x87/frames-x87.h
index c9e75e83ea..89e6ebda8c 100644
--- a/deps/v8/src/x87/frames-x87.h
+++ b/deps/v8/src/x87/frames-x87.h
@@ -39,6 +39,7 @@ class EntryFrameConstants : public AllStatic {
public:
static const int kCallerFPOffset = -6 * kPointerSize;
+ static const int kNewTargetArgOffset = +2 * kPointerSize;
static const int kFunctionArgOffset = +3 * kPointerSize;
static const int kReceiverArgOffset = +4 * kPointerSize;
static const int kArgcOffset = +5 * kPointerSize;