Lines Matching refs:stack
129 if (self.stack) {
131 if (self.queuable && self.type != self.stack.next.type) {
133 self.stack.queue.push([self, args]);
138 es = self.stack || {
139 // id of the first event in the stack
262 // set up stack to allow the next item to be processed
267 self.stack = null;
336 if (this.stack) {
337 this.stack.stopped = 1;
349 if (this.stack) {
350 this.stack.stopped = 2;
362 if (this.stack) {
363 this.stack.prevented = 1;
473 ce.stack = es;