Home
last modified time | relevance | path

Searched defs:CLOSE_FRAME (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/cctest/
Dtest_inspector_socket.cc548 char CLOSE_FRAME[] = {'\x88', '\x00'}; in TEST_F() local
561 char CLOSE_FRAME[] = {'\x88', '\x00'}; in TEST_F() local
/third_party/node/src/
Dinspector_socket.cc138 static const char CLOSE_FRAME[] = {'\x88', '\x00'}; variable