Lines Matching defs:foo
50 class a { static foo() { return one + 6; } } method in f2.a
54 class b { static foo() { return one + 7; } } method in f2.b
73 class a { static foo() { return one + 6; } } method in f3.a
77 class b { static foo() { return one + 7; } } method in f3.b
99 class a { static foo() { return one + 6; } } method in f4.a
103 class b { static foo() { return one + 7; } } method in f4.b
125 class a { static foo() { return one + 6; } } method in f5.a
129 class b { static foo() { return one + 7; } } method in f5.b
165 class f { static foo() { return 1; } } method in f7.f
191 class a { static foo() { return 2; } } method in f7.a
192 class b { static foo() { return 2; } } method in f7.b
193 class c { static foo() { return 2; } } method in f7.c
194 class d { static foo() { return 2; } } method in f7.d
195 class e { static foo() { return 2; } } method in f7.e
196 class f { static foo() { return 2; } } method in f7.f
295 class a { static foo() { return x; } } method in f8.a