Home
last modified time | relevance | path

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

/third_party/node/test/pseudo-tty/
Dstdin-setrawmode.js6 assert.strictEqual(process.stdin.isRaw, true);
9 assert.strictEqual(process.stdin.isRaw, false);
/third_party/node/lib/
Dtty.js67 this.isRaw = false;
81 this.isRaw = flag;
Dreadline.js361 const wasInRawMode = this.input.isRaw;
/third_party/node/doc/api/
Dtty.md46 ### `readStream.isRaw`
68 default mode. The `readStream.isRaw` property will be set to the resulting
/third_party/flatbuffers/src/
Didl_gen_swift.cpp1447 const std::string &get_offset, bool isRaw = false) { in GenMutate() argument
1451 (isRaw ? ".rawValue" : "") + ", index: " + offset + ") }"; in GenMutate()