From 83261e789eb903da39f279cb5a161611482e7df5 Mon Sep 17 00:00:00 2001 From: Trevor Norris Date: Mon, 18 Mar 2013 13:49:34 -0700 Subject: deps: update v8 to 3.17.13 --- deps/v8/src/globals.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'deps/v8/src/globals.h') diff --git a/deps/v8/src/globals.h b/deps/v8/src/globals.h index babffbf659..1606996d20 100644 --- a/deps/v8/src/globals.h +++ b/deps/v8/src/globals.h @@ -253,15 +253,13 @@ const int kBinary32ExponentShift = 23; // other bits set. const uint64_t kQuietNaNMask = static_cast(0xfff) << 51; -// ASCII/UTF-16 constants +// Latin1/UTF-16 constants // Code-point values in Unicode 4.0 are 21 bits wide. // Code units in UTF-16 are 16 bits wide. typedef uint16_t uc16; typedef int32_t uc32; -const int kASCIISize = kCharSize; +const int kOneByteSize = kCharSize; const int kUC16Size = sizeof(uc16); // NOLINT -const uc32 kMaxAsciiCharCode = 0x7f; -const uint32_t kMaxAsciiCharCodeU = 0x7fu; // The expression OFFSET_OF(type, field) computes the byte-offset -- cgit v1.2.1