Home
last modified time | relevance | path

Searched refs:max_payload_length (Results 1 - 2 of 2) sorted by relevance

/third_party/node/src/
H A Dinspector_socket.cc347 static const uint64_t max_payload_length = 0x7FFFFFFFFFFFFFFFull; in decode_frame_hybi17() local
349 if (payload_length64 > max_payload_length || in decode_frame_hybi17()
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc644 uint32_t max_payload_length = this->size_ - kHeaderSize; in SanityCheckWithoutSource() local
645 if (payload_length > max_payload_length) { in SanityCheckWithoutSource()

Completed in 4 milliseconds