Searched refs:identifierName (Results 1 – 1 of 1) sorted by relevance
27 const identifierName = getIdentifier(proto); constant28 const windowType = getWindowType(proto, identifierName);29 const name = getName(identifierName);99 function getWindowType(proto: any, identifierName: string): number {100 if (identifierName.startsWith(WindowState.STARTING_WINDOW_PREFIX)) {104 } else if (identifierName.startsWith(WindowState.DEBUGGER_WINDOW_PREFIX)) {111 function getName(identifierName: string): string {112 var name = identifierName;114 if (identifierName.startsWith(WindowState.STARTING_WINDOW_PREFIX)) {115 name = identifierName.substring(WindowState.STARTING_WINDOW_PREFIX.length);[all …]