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.ts28343 const allPropertiesTable = strictNullChecks ? createSymbolTable() : undefined; constant
28661 const allAttributesTable = strictNullChecks ? createSymbolTable() : undefined; constant
/third_party/typescript/lib/
DtypingsInstaller.js14536 function createSymbolTable(symbols) { function
Dtsc.js11073 function createSymbolTable(symbols) { function