Home
last modified time | relevance | path

Searched refs:emptyArray (Results 1 - 10 of 10) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DimplicitAnyWidenToAny.js6 var emptyArray = []; variable
35 var emptyArray = []; variable
/third_party/skia/src/utils/
H A DSkJSONWriter.h153 bool emptyArray = State::kArrayBegin == fState; in endArray() local
156 if (!emptyArray) { in endArray()
/third_party/node/lib/internal/http2/
H A Dutil.js470 const emptyArray = [];
487 ArrayPrototypeMap(map[kSensitiveHeaders] || emptyArray,
/third_party/typescript/lib/
H A Dtsserver.js176 ts.emptyArray = [];
535 return result || ts.emptyArray;
848 return ts.emptyArray;
3244 var prereleaseArray = prerelease ? ts.isArray(prerelease) ? prerelease : prerelease.split(".") : ts.emptyArray;
3245 var buildArray = build ? ts.isArray(build) ? build : build.split(".") : ts.emptyArray;
3375 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
6572 childWatches: ts.emptyArray
6697 parentWatcher.childWatches = ts.emptyArray;
6715 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
6716 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]
H A Dtsserverlibrary.js175 ts.emptyArray = [];
534 return result || ts.emptyArray;
847 return ts.emptyArray;
3243 var prereleaseArray = prerelease ? ts.isArray(prerelease) ? prerelease : prerelease.split(".") : ts.emptyArray;
3244 var buildArray = build ? ts.isArray(build) ? build : build.split(".") : ts.emptyArray;
3374 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
6571 childWatches: ts.emptyArray
6696 parentWatcher.childWatches = ts.emptyArray;
6714 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
6715 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]
H A DtypingsInstaller.js156 ts.emptyArray = [];
515 return result || ts.emptyArray;
828 return ts.emptyArray;
3224 var prereleaseArray = prerelease ? ts.isArray(prerelease) ? prerelease : prerelease.split(".") : ts.emptyArray;
3225 var buildArray = build ? ts.isArray(build) ? build : build.split(".") : ts.emptyArray;
3355 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
6552 childWatches: ts.emptyArray
6677 parentWatcher.childWatches = ts.emptyArray;
6695 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
6696 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]
H A Dtypescript.js166 ts.emptyArray = [];
525 return result || ts.emptyArray;
838 return ts.emptyArray;
3234 var prereleaseArray = prerelease ? ts.isArray(prerelease) ? prerelease : prerelease.split(".") : ts.emptyArray;
3235 var buildArray = build ? ts.isArray(build) ? build : build.split(".") : ts.emptyArray;
3365 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
6562 childWatches: ts.emptyArray
6687 parentWatcher.childWatches = ts.emptyArray;
6705 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
6706 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]
H A DtypescriptServices.js166 ts.emptyArray = [];
525 return result || ts.emptyArray;
838 return ts.emptyArray;
3234 var prereleaseArray = prerelease ? ts.isArray(prerelease) ? prerelease : prerelease.split(".") : ts.emptyArray;
3235 var buildArray = build ? ts.isArray(build) ? build : build.split(".") : ts.emptyArray;
3365 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
6562 childWatches: ts.emptyArray
6687 parentWatcher.childWatches = ts.emptyArray;
6705 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
6706 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]
H A Dtsc.js115 ts.emptyArray = [];
440 return result || ts.emptyArray;
740 return ts.emptyArray;
2764 var prereleaseArray = prerelease ? ts.isArray(prerelease) ? prerelease : prerelease.split(".") : ts.emptyArray;
2765 var buildArray = build ? ts.isArray(build) ? build : build.split(".") : ts.emptyArray;
2864 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
4039 childWatches: ts.emptyArray
4158 parentWatcher.childWatches = ts.emptyArray;
4173 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
4174 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js362 ts.emptyArray = [];
713 return result || ts.emptyArray;
1026 return ts.emptyArray;
3302 this.prerelease = prerelease ? prerelease.split(".") : ts.emptyArray;
3303 this.build = build ? build.split(".") : ts.emptyArray;
3422 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
6550 childWatches: ts.emptyArray
6675 parentWatcher.childWatches = ts.emptyArray;
6693 }) : ts.emptyArray, parentWatcher.childWatches, function (child, childWatcher) { return filePathComparer(child, childWatcher.dirName); }, createAndAddChildDirectoryWatcher, ts.closeFileWatcher, addChildDirectoryWatcher);
6694 parentWatcher.childWatches = newChildWatches || ts.emptyArray;
[all...]

Completed in 95 milliseconds