Lines Matching full:bytelength
2029 contents.ByteLength());
2542 if (contents.ByteLength() > i::kMaxInt) {
2547 int32_t byte_length = static_cast<int32_t>(contents.ByteLength());
2677 DCHECK(static_cast<size_t>(byte_length) == contents.ByteLength());
2685 result = ArrayBuffer::New(isolate, contents.Data(), contents.ByteLength(),
2693 contents.ByteLength());
2729 Shell::array_buffer_allocator->Free(contents.Data(), contents.ByteLength());