Home | History | Annotate | Download | only in src

Lines Matching refs:scope_index

2003   var scope_index = 0;
2005 scope_index = %ToNumber(request.arguments.number);
2006 if (scope_index < 0 || frame.scopeCount() <= scope_index) {
2011 response.body = frame.scope(scope_index);