Lines Matching refs:stack
127 if (self.stack) {
129 if (self.queuable && self.type != self.stack.next.type) {
131 self.stack.queue.push([self, args]);
136 es = self.stack || {
137 // id of the first event in the stack
260 // set up stack to allow the next item to be processed
265 self.stack = null;
334 if (this.stack) {
335 this.stack.stopped = 1;
347 if (this.stack) {
348 this.stack.stopped = 2;
360 if (this.stack) {
361 this.stack.prevented = 1;
471 ce.stack = es;