Home
last modified time | relevance | path

Searched refs:callIds (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/sinonjs/src/
Dsinon.js1554 this.callIds = []; property
1594 push.call(this.callIds, callId++);
1635 this.callIds[i]);
1658 return this.callIds[0] < spyFn.callIds[spyFn.callIds.length - 1];
1666 return this.callIds[this.callCount - 1] > spyFn.callIds[spyFn.callCount - 1];
1699 push.call(fake.callIds, this.callIds[i]);