Searched refs:isRaw (Results 1 – 5 of 5) sorted by relevance
6 assert.strictEqual(process.stdin.isRaw, true);9 assert.strictEqual(process.stdin.isRaw, false);
67 this.isRaw = false;81 this.isRaw = flag;
361 const wasInRawMode = this.input.isRaw;
46 ### `readStream.isRaw`68 default mode. The `readStream.isRaw` property will be set to the resulting
1447 const std::string &get_offset, bool isRaw = false) { in GenMutate() argument1451 (isRaw ? ".rawValue" : "") + ", index: " + offset + ") }"; in GenMutate()