Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/jsonparse/
Djsonparse.js70 …this.temp_buffs = { "2": new Buffer(2), "3": new Buffer(3), "4": new Buffer(4) }; // for rebuildin… property in Parser
163 …this.temp_buffs[this.bytes_in_sequence][this.bytes_in_sequence - this.bytes_remaining + j] = buffe…
166 this.appendStringBuf(this.temp_buffs[this.bytes_in_sequence]);
178 …this.temp_buffs[this.bytes_in_sequence][k] = buffer[i + k]; // fill temp buffer of correct size wi…