Home | History | Annotate | Download | only in harmony

Lines Matching refs:handler

41 function TestForIn(properties, handler) {
42 TestWithProxies(TestForIn2, properties, handler)
45 function TestForIn2(create, properties, handler) {
46 var p = create(handler)
84 function TestForInDerived(properties, handler) {
85 TestWithProxies(TestForInDerived2, properties, handler)
88 function TestForInDerived2(create, properties, handler) {
89 var p = create(handler)
135 function TestForInThrow(handler) {
136 TestWithProxies(TestForInThrow2, handler)
139 function TestForInThrow2(create, handler) {
140 var p = create(handler)