Searched refs:getCollectionImplementation (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | core.ts | 10 function getCollectionImplementation< function 20 export const Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 21 export const Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|
| /third_party/typescript/lib/ |
| D | tsc.js | 83 function getCollectionImplementation(name, nativeFactory, shimFactory) { function 90 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 91 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|
| D | typingsInstaller.js | 122 function getCollectionImplementation(name, nativeFactory, shimFactory) { function 130 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 131 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|
| D | typescript.js | 327 function getCollectionImplementation(name, nativeFactory, shimFactory) { function 335 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 336 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|
| D | typescriptServices.js | 327 function getCollectionImplementation(name, nativeFactory, shimFactory) { function 335 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 336 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|
| D | tsserverlibrary.js | 327 function getCollectionImplementation(name, nativeFactory, shimFactory) { function 335 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 336 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|
| D | tsserver.js | 133 function getCollectionImplementation(name, nativeFactory, shimFactory) { function 141 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim"); 142 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
|