Lines Matching refs:check_result
42 function check_result(result, value, done) function
74 check_result(f.next(), 1, false)
75 check_result(f.next(), 2, true)
78 check_result(f.next(), 3, false)
79 check_result(f.next(), 4, true)
82 check_result(f.next(), 5, false)
83 check_result(f.next(), 6, true)
86 check_result(f.next(), 7, false)
87 check_result(f.next(), 8, true)
122 check_result(f.next(), 1, false)
123 check_result(f.next(), 2, true)
126 check_result(f.next(), 3, false)
127 check_result(f.next(), 4, true)
130 check_result(f.next(), 5, false)
131 check_result(f.next(), 6, true)
134 check_result(f.next(), 7, false)
135 check_result(f.next(), 8, true)
138 check_result(f.next(), 9, true)