Searched defs:createSymbolTable (Results 1 – 4 of 4) sorted by relevance
27 export function createSymbolTable(symbols?: readonly Symbol[]): SymbolTable { function
28384 const allPropertiesTable = strictNullChecks ? createSymbolTable() : undefined; constant28702 const allAttributesTable = strictNullChecks ? createSymbolTable() : undefined; constant
11074 function createSymbolTable(symbols) { function
14540 function createSymbolTable(symbols) { function