Home
last modified time | relevance | path

Searched defs:createSymbolTable (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts27 export function createSymbolTable(symbols?: readonly Symbol[]): SymbolTable { function
Dchecker.ts28384 const allPropertiesTable = strictNullChecks ? createSymbolTable() : undefined; constant
28702 const allAttributesTable = strictNullChecks ? createSymbolTable() : undefined; constant
/third_party/typescript/lib/
Dtsc.js11074 function createSymbolTable(symbols) { function
DtypingsInstaller.js14540 function createSymbolTable(symbols) { function