Searched refs:setTypesRegistry (Results 1 – 8 of 8) sorted by relevance
6 test.setTypesRegistry({
16 test.setTypesRegistry({
12 test.setTypesRegistry({
13 test.setTypesRegistry({ "abs": undefined });
187 setTypesRegistry(map: { [key: string]: void }): void;
42 public setTypesRegistry(map: ts.MapLike<void>): void { method in FourSlashInterface.Test43 this.state.setTypesRegistry(map);
1039 public setTypesRegistry(map: ts.MapLike<void>): void {