Lines Matching refs:Set
111 let decoractorMap: Map<string, Map<string, Set<string>>>;
226 const builderParamName: Set<string> = builderParamObjectCollection.get(name);
601 const curChildProps: Set<string> = new Set([]);
603 const linkSet: Set<string> = getCollectionSet(name, linkCollection);
652 function getCollectionSet(name: string, collection: Map<string, Set<string>>): Set<string> {
654 return new Set([]);
656 return collection.get(name) || new Set([]);
659 function isThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean {
667 function isNonThisProperty(node: ts.ObjectLiteralElementLike, propertySet: Set<string>): boolean {
898 const forbiddenToInitViaParamSet: Set<string> = new Set([
903 const localStorageSet: Set<string> = new Set();
916 curChildProps: Set<string>, log: LogInfo[]): void {
917 const mandatoryToInitViaParamSet: Set<string> = new Set([
933 curChildProps: Set<string>, log: LogInfo[]): void {
934 const mandatoryToInitViaParamSet: Set<string> = new Set([
937 const decoratorVariable: Set<string> = new Set([