Commit 68deca9b authored by Marja Hölttä's avatar Marja Hölttä Committed by Commit Bot

[objects.h splitting] Move BuiltinFunctionId

BUG=v8:5402,v8:8015

Change-Id: I4afa8ada312df691b06c2d107fd5254c0fbb9496
Reviewed-on: https://chromium-review.googlesource.com/1238577Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
Commit-Queue: Marja Hölttä <marja@chromium.org>
Cr-Commit-Position: refs/heads/master@{#56199}
parent df841d5a
...@@ -2184,6 +2184,7 @@ v8_source_set("v8_base") { ...@@ -2184,6 +2184,7 @@ v8_source_set("v8_base") {
"src/objects/arguments.h", "src/objects/arguments.h",
"src/objects/bigint.cc", "src/objects/bigint.cc",
"src/objects/bigint.h", "src/objects/bigint.h",
"src/objects/builtin-function-id.h",
"src/objects/code-inl.h", "src/objects/code-inl.h",
"src/objects/code.h", "src/objects/code.h",
"src/objects/compilation-cache-inl.h", "src/objects/compilation-cache-inl.h",
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#include "src/math-random.h" #include "src/math-random.h"
#include "src/objects/api-callbacks.h" #include "src/objects/api-callbacks.h"
#include "src/objects/arguments.h" #include "src/objects/arguments.h"
#include "src/objects/builtin-function-id.h"
#include "src/objects/hash-table-inl.h" #include "src/objects/hash-table-inl.h"
#ifdef V8_INTL_SUPPORT #ifdef V8_INTL_SUPPORT
#include "src/objects/intl-objects.h" #include "src/objects/intl-objects.h"
......
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
#include "src/base/optional.h" #include "src/base/optional.h"
#include "src/globals.h" #include "src/globals.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/objects/builtin-function-id.h"
#include "src/zone/zone-containers.h" #include "src/zone/zone-containers.h"
namespace v8 { namespace v8 {
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
#include "src/compiler/simplified-operator.h" #include "src/compiler/simplified-operator.h"
#include "src/compiler/type-cache.h" #include "src/compiler/type-cache.h"
#include "src/objects-inl.h" #include "src/objects-inl.h"
#include "src/objects/builtin-function-id.h"
namespace v8 { namespace v8 {
namespace internal { namespace internal {
......
This diff is collapsed.
This diff is collapsed.
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
#include "src/bailout-reason.h" #include "src/bailout-reason.h"
#include "src/objects.h" #include "src/objects.h"
#include "src/objects/builtin-function-id.h"
#include "src/objects/script.h" #include "src/objects/script.h"
// Has to be the last include (doesn't have include guards): // Has to be the last include (doesn't have include guards):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment