diff options
Diffstat (limited to 'deps/v8/src/objects/js-list-format.h')
-rw-r--r-- | deps/v8/src/objects/js-list-format.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/deps/v8/src/objects/js-list-format.h b/deps/v8/src/objects/js-list-format.h index c2392969d3..0040bccb97 100644 --- a/deps/v8/src/objects/js-list-format.h +++ b/deps/v8/src/objects/js-list-format.h @@ -83,12 +83,8 @@ class JSListFormat : public JSObject { inline void set_type(Type type); inline Type type() const; -// Bit positions in |flags|. -#define FLAGS_BIT_FIELDS(V, _) \ - V(StyleBits, Style, 2, _) \ - V(TypeBits, Type, 2, _) - DEFINE_BIT_FIELDS(FLAGS_BIT_FIELDS) -#undef FLAGS_BIT_FIELDS + // Bit positions in |flags|. + DEFINE_TORQUE_GENERATED_JS_LIST_FORMAT_FLAGS() STATIC_ASSERT(Style::LONG <= StyleBits::kMax); STATIC_ASSERT(Style::SHORT <= StyleBits::kMax); |