| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0127712 commit 0bd78dc
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -31,8 +31,7 @@ extern bool zero_fill_all_buffers; | |||
| 31 | 31 | ||
| 32 | 32 | namespace Buffer { | |
| 33 | 33 | ||
| 34 | - static const unsigned int kMaxLength = | ||
| 35 | - sizeof(int32_t) == sizeof(intptr_t) ? 0x3fffffff : 0x7fffffff; | ||
| 34 | + static const unsigned int kMaxLength = v8::TypedArray::kMaxLength; | ||
| 36 | 35 | ||
| 37 | 36 | typedef void (*FreeCallback)(char* data, void* hint); | |
| 38 | 37 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments