Lines Matching refs:with_new_instance
218 with_new_instance(&engine, &component, |store, instance| { in integers()
225 with_new_instance(&engine, &component, |store, instance| { in integers()
232 with_new_instance(&engine, &component, |store, instance| { in integers()
239 with_new_instance(&engine, &component, |store, instance| { in integers()
246 with_new_instance(&engine, &component, |store, instance| { in integers()
253 with_new_instance(&engine, &component, |store, instance| { in integers()
260 with_new_instance(&engine, &component, |store, instance| { in integers()
267 with_new_instance(&engine, &component, |store, instance| { in integers()
1986 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
1996 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2007 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2033 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2040 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2047 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2054 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2061 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2075 with_new_instance(&engine, &component, |store, instance| { in some_traps()
2080 with_new_instance(&engine, &component, |store, instance| { in some_traps()
2085 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2092 with_new_instance(&engine, &component, |store, instance| { in some_traps()
2097 with_new_instance(&engine, &component, |store, instance| { in some_traps()
2102 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2109 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2123 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
2133 let err = with_new_instance(&engine, &component, |store, instance| { in some_traps()
3727 fn with_new_instance<T>( in with_new_instance() function