Lines Matching refs:kBody
15 const kBody = Symbol('kBody')38 this[kBody] = null143 if (!this[kBody]) {144 this[kBody] = ReadableStreamFrom(this)147 this[kBody].getReader() // Ensure stream is locked.148 assert(this[kBody].locked)151 return this[kBody]204 return (self[kBody] && self[kBody].locked === true) || self[kConsume]