Searched refs:getCurrentLocation (Results 1 – 3 of 3) sorted by relevance
282 this.currentLocation = this.getCurrentLocation(-1);298 private getCurrentLocation(offset: number): Location | null { method in Tokenizer422 location: this.getCurrentLocation(1),434 location: this.getCurrentLocation(2),442 location: this.getCurrentLocation(offset),471 this.currentLocation = this.getCurrentLocation(0);511 this.currentLocation = this.getCurrentLocation(-1);585 const location = this.getCurrentLocation(0);611 this.currentLocation = this.getCurrentLocation(0);2082 this.currentLocation = this.getCurrentLocation($$.DOCTYPE.length + 1);
358 function getCurrentLocation() { function366 return selectedFrame && getCurrentLocation().scriptId === script.scriptId;694 Debugger.setBreakpoint({ location: getCurrentLocation(), condition }),701 scriptId: getCurrentLocation().scriptId,
110 getCurrentLocation: function (...args) { method