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