Home | History | Annotate | Download | only in front-end

Lines Matching refs:lastPathComponent

1197     var lastPathComponent = WebInspector.mainResource.lastPathComponent;
1198 var index = WebInspector.mainResource.url.indexOf(lastPathComponent);
1199 if (index !== -1 && index + lastPathComponent.length === WebInspector.mainResource.url.length) {