Reviewers: rossberg,
Description:
Fix lint complaints in objects.h
[email protected]
LOG=N
Please review this at https://codereview.chromium.org/304533007/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+2, -2 lines):
M src/objects.h
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index
64664a5922acca2a97203dc64b1f27146b4c88e8..6704aba22583422a4ccbe9b6d0ef3abd17e1a96f
100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -8798,10 +8798,10 @@ class Name: public HeapObject {
STATIC_ASSERT((kArrayIndexLengthBits > 0));
class ArrayIndexValueBits : public BitField<unsigned int,
kNofHashBitFields,
- kArrayIndexValueBits> {};
+ kArrayIndexValueBits> {}; // NOLINT
class ArrayIndexLengthBits : public BitField<unsigned int,
kNofHashBitFields + kArrayIndexValueBits,
- kArrayIndexLengthBits> {};
+ kArrayIndexLengthBits> {} // NOLINT
// Check that kMaxCachedArrayIndexLength + 1 is a power of two so we
// could use a mask to test if the length of string is less than or
equal to
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.