MCPcopy Create free account
hub / github.com/RubyLouvre/anu / kMaxLength

Function kMaxLength

test/babel.js:45767–45769  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45765 }
45766
45767 function kMaxLength() {
45768 return Buffer.TYPED_ARRAY_SUPPORT ? 0x7fffffff : 0x3fffffff;
45769 }
45770
45771 function createBuffer(that, length) {
45772 if (kMaxLength() < length) {

Callers 3

babel.jsFile · 0.85
createBufferFunction · 0.85
checkedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected