Home
last modified time | relevance | path

Searched +defs:call +defs:with +defs:values (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/lib/
Dtsserverlibrary.js245 …Map.prototype.values = function () { return new MapIterator(this._mapData, function (_key, value) … method in Map
276 …Set.prototype.values = function () { return new SetIterator(this._mapData, function (_key, value) … method in Set
468 function zipToMap(keys, values) { argument
1578 function arrayToMultiMap(values, makeKey, makeValue) { argument
1588 function group(values, getGroupId, resultSelector) { argument
2202 function findBestPatternMatch(values, getPattern, candidate) { argument
38994 function convertJsonOptionOfListType(option, values, basePath, errors) { argument
135372 ChangeTracker.with = function (context, cb) { function
141441 …e.someSignatureUsage(parameter.parent, sourceFiles, checker, function (_, call) { return !call || … argument
142580 var call = { variable
[all …]
DtypescriptServices.js245 …Map.prototype.values = function () { return new MapIterator(this._mapData, function (_key, value) … method in Map
276 …Set.prototype.values = function () { return new SetIterator(this._mapData, function (_key, value) … method in Set
468 function zipToMap(keys, values) { argument
1578 function arrayToMultiMap(values, makeKey, makeValue) { argument
1588 function group(values, getGroupId, resultSelector) { argument
2202 function findBestPatternMatch(values, getPattern, candidate) { argument
38994 function convertJsonOptionOfListType(option, values, basePath, errors) { argument
135372 ChangeTracker.with = function (context, cb) { function
141441 …e.someSignatureUsage(parameter.parent, sourceFiles, checker, function (_, call) { return !call || … argument
142580 var call = { variable
[all …]
Dtypescript.js245 …Map.prototype.values = function () { return new MapIterator(this._mapData, function (_key, value) … method in Map
276 …Set.prototype.values = function () { return new SetIterator(this._mapData, function (_key, value) … method in Set
468 function zipToMap(keys, values) { argument
1578 function arrayToMultiMap(values, makeKey, makeValue) { argument
1588 function group(values, getGroupId, resultSelector) { argument
2202 function findBestPatternMatch(values, getPattern, candidate) { argument
38994 function convertJsonOptionOfListType(option, values, basePath, errors) { argument
135372 ChangeTracker.with = function (context, cb) { function
141441 …e.someSignatureUsage(parameter.parent, sourceFiles, checker, function (_, call) { return !call || … argument
142580 var call = { variable
[all …]
Dtsserver.js274 function zipToMap(keys, values) { argument
1384 function arrayToMultiMap(values, makeKey, makeValue) { argument
1394 function group(values, getGroupId, resultSelector) { argument
2008 function findBestPatternMatch(values, getPattern, candidate) { argument
38800 function convertJsonOptionOfListType(option, values, basePath, errors) { argument
134803 ChangeTracker.with = function (context, cb) { function
140872 …e.someSignatureUsage(parameter.parent, sourceFiles, checker, function (_, call) { return !call || … argument
142011 var call = { variable
142287 …symbol.type = combineTypes(calls.map(function (call) { return call.argumentTypes[i] || checker.get… argument
142288 … if (calls.some(function (call) { return call.argumentTypes[i] === undefined; })) { argument
[all …]