Lines Matching refs:result
42 // 3. Set fr’s result to null.
48 // 5. Let stream be the result of calling get stream on blob.
52 // 6. Let reader be the result of getting a reader from stream.
59 // 8. Let chunkPromise be the result of reading a chunk from
115 // 4. Set chunkPromise to the result of reading a
126 // 2. Let result be the result of package data given
129 const result = packageData(bytes, type, blob.type, encodingName)
137 // 1. Set fr’s result to result.
138 fr[kResult] = result
262 // result of getting an encoding from encodingName.
269 // 1. Let type be the result of parse a MIME type
273 // 2. If type is not failure, set encoding to the result
286 // return the result.
321 // 1. Let BOMEncoding be the result of BOM sniffing ioQueue.
351 // 1. Let BOM be the result of peeking 3 bytes from ioQueue,