Lines Matching refs:destroy
32 // "destroy" invocations
41 // As a result it will not receive the "destroy" invocation.
68 // hook1.destroy.uid-5
69 // hook3.destroy.uid-5
70 // hook2.destroy.uid-5
80 // hook2.destroy.uid-6
215 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 },
221 checkInvocations(hook2First, { after: 1, destroy: 1 },
225 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 },
249 checkInvocations(hook1First, { init: 1, before: 1, after: 1, destroy: 1 },
252 // and thus did not see "after" and "destroy"
257 checkInvocations(hook2First, { after: 1, destroy: 1 },
259 checkInvocations(hook2Second, { init: 1, before: 1, after: 1, destroy: 1 },
261 checkInvocations(hook3First, { init: 1, before: 1, after: 1, destroy: 1 },
263 // We don't see a "destroy" invocation here since hook3 disabled itself