summaryrefslogtreecommitdiff
path: root/deps/v8/src/objects/js-list-format.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/js-list-format.h')
-rw-r--r--deps/v8/src/objects/js-list-format.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/deps/v8/src/objects/js-list-format.h b/deps/v8/src/objects/js-list-format.h
index ee576b3ff2..0284d05d42 100644
--- a/deps/v8/src/objects/js-list-format.h
+++ b/deps/v8/src/objects/js-list-format.h
@@ -12,10 +12,10 @@
#include <set>
#include <string>
+#include "src/execution/isolate.h"
#include "src/heap/factory.h"
-#include "src/isolate.h"
-#include "src/objects.h"
#include "src/objects/managed.h"
+#include "src/objects/objects.h"
#include "unicode/uversion.h"
// Has to be the last include (doesn't have include guards):
@@ -105,15 +105,8 @@ class JSListFormat : public JSObject {
DECL_VERIFIER(JSListFormat)
// Layout description.
-#define JS_LIST_FORMAT_FIELDS(V) \
- V(kLocaleOffset, kTaggedSize) \
- V(kICUFormatterOffset, kTaggedSize) \
- V(kFlagsOffset, kTaggedSize) \
- /* Header size. */ \
- V(kSize, 0)
-
- DEFINE_FIELD_OFFSET_CONSTANTS(JSObject::kHeaderSize, JS_LIST_FORMAT_FIELDS)
-#undef JS_LIST_FORMAT_FIELDS
+ DEFINE_FIELD_OFFSET_CONSTANTS(JSObject::kHeaderSize,
+ TORQUE_GENERATED_JSLIST_FORMAT_FIELDS)
OBJECT_CONSTRUCTORS(JSListFormat, JSObject);
};