Home
last modified time | relevance | path

Searched refs:kFinalBit (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/debugger/
Dinspect_client.js25 const kFinalBit = 0x80; constant
89 kFinalBit | kOpCodeText,
111 const final = (firstByte & kFinalBit) !== 0;
/third_party/node/src/
Dinspector_socket.cc243 const unsigned char kFinalBit = 0x80; variable
259 frame.push_back(kFinalBit | op_code); in encode_frame_hybi17()
298 bool final = (first_byte & kFinalBit) != 0; in decode_frame_hybi17()