Home
last modified time | relevance | path

Searched refs:StringScriptSnapshot (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts141 class StringScriptSnapshot implements IScriptSnapshot { class
164 return new StringScriptSnapshot(text);
/third_party/typescript/lib/
Dtypescript.js115466 var StringScriptSnapshot = /** @class */ (function () { class
115467 function StringScriptSnapshot(text) { class in anonymousFunction8f1271f08dd00.anonymousFunction8f1271f08de00.StringScriptSnapshot
115470 StringScriptSnapshot.prototype.getText = function (start, end) { class
115475 StringScriptSnapshot.prototype.getLength = function () {
115478 StringScriptSnapshot.prototype.getChangeRange = function () {
115483 return StringScriptSnapshot;
115486 return new StringScriptSnapshot(text);
DtypescriptServices.js115466 var StringScriptSnapshot = /** @class */ (function () { class
115467 function StringScriptSnapshot(text) { class in anonymousFunctionc89f9b148dd00.anonymousFunctionc89f9b148de00.StringScriptSnapshot
115470 StringScriptSnapshot.prototype.getText = function (start, end) { class
115475 StringScriptSnapshot.prototype.getLength = function () {
115478 StringScriptSnapshot.prototype.getChangeRange = function () {
115483 return StringScriptSnapshot;
115486 return new StringScriptSnapshot(text);
Dtsserverlibrary.js115466 var StringScriptSnapshot = /** @class */ (function () { class
115467 function StringScriptSnapshot(text) { class in anonymousFunction5352a7cc8dd00.anonymousFunction5352a7cc8de00.StringScriptSnapshot
115470 StringScriptSnapshot.prototype.getText = function (start, end) { class
115475 StringScriptSnapshot.prototype.getLength = function () {
115478 StringScriptSnapshot.prototype.getChangeRange = function () {
115483 return StringScriptSnapshot;
115486 return new StringScriptSnapshot(text);
Dtsserver.js114897 var StringScriptSnapshot = /** @class */ (function () { class
114898 function StringScriptSnapshot(text) { class in anonymousFunction91179d978b400.anonymousFunction91179d978b500.StringScriptSnapshot
114901 StringScriptSnapshot.prototype.getText = function (start, end) { class
114906 StringScriptSnapshot.prototype.getLength = function () {
114909 StringScriptSnapshot.prototype.getChangeRange = function () {
114914 return StringScriptSnapshot;
114917 return new StringScriptSnapshot(text);