Home | History | Annotate | Download | only in jquery

Lines Matching refs:stack

42 // the stack via arguments.caller.callee and Firefox dies if
120 // Take an array of elements and push it onto the stack
127 // Add the old object onto the stack (as a reference)
3088 // Stack of fire calls for repeatable lists
3089 stack = !options.once && [],
3106 if ( stack ) {
3107 if ( stack.length ) {
3108 fire( stack.shift() );
3184 list = stack = memory = undefined;
3193 stack = undefined;
3201 return !stack;
3205 if ( list && ( !fired || stack ) ) {
3209 stack.push( args );