Home
last modified time | relevance | path

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

/third_party/node/src/
Djson_utils.h28 : out_(out), compact_(compact) {} in JSONWriter()
34 if (compact_) return; in advance()
38 if (compact_) return; in write_one_space()
42 if (compact_) return; in write_new_line()
163 bool compact_; variable