Lines Matching refs:check
12 function test(outer, inner, check) {
13 check(outer());
14 check(outer());
16 check(outer());
23 function check(x) {
34 test(outer, inner, check);
41 function check(x) {
53 test(outer, inner, check);
60 function check(x) {
71 test(outer, inner, check);
78 function check(x) {
90 test(outer, inner, check);
97 function check(x) {
108 test(outer, inner, check);
115 function check(x) {
127 test(outer, inner, check);