Home | History | Annotate | Download | only in profiler

Lines Matching refs:endPos

673         var endPos = hasObjectId ? fullName.indexOf("@") : fullName.length;
674 if (startPos !== -1 && endPos !== -1) {
675 var fullURL = fullName.substring(startPos + 1, endPos).trimLeft();
679 return fullName.substr(0, startPos + 2) + url + fullName.substr(endPos);