Home
last modified time | relevance | path

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

/third_party/node/lib/internal/debugger/
Dinspect_client.js30 const kMaskBit = 0x80; constant
90 kMaskBit | singleByteLength,
116 const masked = (secondByte & kMaskBit) !== 0;
/third_party/node/src/
Dinspector_socket.cc248 const unsigned char kMaskBit = 0x80; variable
303 bool masked = (second_byte & kMaskBit) != 0; in decode_frame_hybi17()