Searched refs:scriptsForSourceURL (Results 1 – 4 of 4) sorted by relevance
189 … var scripts = this._resource.target().debuggerModel.scriptsForSourceURL(this._resource.url);
222 return this._debuggerModel.scriptsForSourceURL(uiSourceCode.url);
363 scripts.pushAll(targets[i].debuggerModel.scriptsForSourceURL(uiSourceCode.url));
369 scriptsForSourceURL: function(sourceURL) method in WebInspector.DebuggerModel