Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-inspector-session-impl.cc113 m_state->getBoolean("use_binary_protocol", &use_binary_protocol_); in V8InspectorSessionImpl()
190 if (use_binary_protocol_) return StringBufferFrom(std::move(cbor)); in serializeForFrontend()
369 use_binary_protocol_ = true; in dispatchProtocolMessage()
Dv8-inspector-session-impl.h136 bool use_binary_protocol_ = false; variable