Home | History | Annotate | Download | only in functional

Lines Matching refs:sp

75 	this.sp=-1; // grow upwards
184 for (var d=this.sp-1; d>=prevIndex; d--) {
190 this.sp = prevIndex; // pop those off indent level
200 if (this.sp>=PythonTokenSource.MAX_INDENTS) {
203 this.sp++;
204 this.indentStack[this.sp] = i;
208 if (this.sp<0) {
211 var top = this.indentStack[this.sp];
212 this.sp--;
217 return this.indentStack[this.sp];
222 for (var j=this.sp-1; j>=0; j--) {
232 for (var j=this.sp; j>=0; j--) {