Home | History | Annotate | Download | only in src

Lines Matching refs:dropped

916     var dropped = new Array();
920 dropped.push({ name: shared.function_name } );
932 if (dropped.length > 0) {
933 change_log.push({ dropped_from_stack: dropped });
940 return dropped.length;