Home
last modified time | relevance | path

Searched refs:getCollectionImplementation (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/compiler/
Dcore.ts10 function getCollectionImplementation< function
20 export const Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
21 export const Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
/third_party/typescript/lib/
Dtsc.js83 function getCollectionImplementation(name, nativeFactory, shimFactory) { function
90 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
91 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
DtypingsInstaller.js122 function getCollectionImplementation(name, nativeFactory, shimFactory) { function
130 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
131 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
Dtypescript.js327 function getCollectionImplementation(name, nativeFactory, shimFactory) { function
335 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
336 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
DtypescriptServices.js327 function getCollectionImplementation(name, nativeFactory, shimFactory) { function
335 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
336 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
Dtsserverlibrary.js327 function getCollectionImplementation(name, nativeFactory, shimFactory) { function
335 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
336 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");
Dtsserver.js133 function getCollectionImplementation(name, nativeFactory, shimFactory) { function
141 ts.Map = getCollectionImplementation("Map", "tryGetNativeMap", "createMapShim");
142 ts.Set = getCollectionImplementation("Set", "tryGetNativeSet", "createSetShim");