Lines Matching refs:blob
44 " assignment to a blob
287 VAR blob = 0z00010203
289 for byte in blob
295 LET blob = 0z00
296 call remove(blob, 0)
297 call assert_equal(0, len(blob))
298 for byte in blob
299 call assert_report('loop over empty blob')
302 LET blob = 0z0001020304
304 for byte in blob
307 call remove(blob, 0)
309 call remove(blob, 3)
380 " Test removing items in blob
464 " filter() item in blob
479 " map() item in blob