Lines Matching full:has
48 expect(targetSet.has(1)).to.be.true;
49 expect(targetSet.has(2)).to.be.true;
50 expect(targetSet.has(3)).to.be.true;
51 expect(targetSet.has(4)).to.be.true;
59 expect(set.has(1)).to.be.true;
60 expect(set.has(2)).to.be.true;
61 expect(set.has(3)).to.be.true;
127 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test1')).to.be.true;
128 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test2')).to.be.true;
133 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test1')).to.be.true;
134 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test2')).to.be.true;
135 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test3')).to.be.true;
136 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test4')).to.be.true;
144 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test1')).to.be.false;
145 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test2')).to.be.false;
146 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test3')).to.be.true;
147 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test4')).to.be.true;
165 expect(fileWhilteList?.fileKeepInfo.keepSymbol?.globalNames.has('test1')).to.be.true;
166 expect(fileWhilteList?.fileKeepInfo.keepSymbol?.propertyNames.has('test2')).to.be.true;
167 expect(fileWhilteList?.fileKeepInfo.keepAsConsumer?.globalNames.has('test3')).to.be.true;
168 expect(fileWhilteList?.fileKeepInfo.keepAsConsumer?.propertyNames.has('test4')).to.be.true;
169 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test5')).to.be.true;
170 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test6')).to.be.true;
171 expect(fileWhilteList?.fileKeepInfo.exported.globalNames.has('test7')).to.be.true;
172 expect(fileWhilteList?.fileKeepInfo.exported.propertyNames.has('test8')).to.be.true;
173 expect(fileWhilteList?.fileKeepInfo.stringProperties.has('test9')).to.be.true;
174 expect(fileWhilteList?.fileReservedInfo.enumProperties.has('test10')).to.be.true;
175 expect(fileWhilteList?.fileReservedInfo.propertyParams.has('test11')).to.be.true;
208 expect(fileWhilteList?.fileKeepInfo.structProperties.has('test5')).to.be.true;
209 expect(fileWhilteList?.fileKeepInfo.enumProperties.has('test6')).to.be.true;
210 expect(fileWhilteList?.fileKeepInfo.exported.globalNames.has('test7')).to.be.true;
211 expect(fileWhilteList?.fileKeepInfo.exported.propertyNames.has('test8')).to.be.true;
212 expect(fileWhilteList?.fileKeepInfo.stringProperties.has('test9')).to.be.true;
213 expect(fileWhilteList?.fileReservedInfo.enumProperties.has('test10')).to.be.true;
214 expect(fileWhilteList?.fileReservedInfo.propertyParams.has('test11')).to.be.true;
299 expect(AtKeepCollections.keepSymbol.globalNames.has('test1')).to.be.true;
300 expect(AtKeepCollections.keepSymbol.propertyNames.has('test2')).to.be.true;
301 expect(AtKeepCollections.keepAsConsumer.globalNames.has('test3')).to.be.true;
302 expect(AtKeepCollections.keepAsConsumer.propertyNames.has('test4')).to.be.true;
303 expect(AtKeepCollections.keepSymbol.globalNames.has('test32')).to.be.true;
304 expect(UnobfuscationCollections.reservedStruct.has('test01')).to.be.true;
305 expect(UnobfuscationCollections.reservedEnum.has('test02')).to.be.true;
306 expect(UnobfuscationCollections.reservedStruct.has('test5')).to.be.true;
307 expect(UnobfuscationCollections.reservedEnum.has('test6')).to.be.true;
308 expect(UnobfuscationCollections.reservedExportName.has('test7')).to.be.true;
309 expect(UnobfuscationCollections.reservedExportNameAndProp.has('test8')).to.be.true;
310 expect(UnobfuscationCollections.reservedStrProp.has('test9')).to.be.true;
311 expect(ApiExtractor.mEnumMemberSet.has('test10')).to.be.true;
312 expect(ApiExtractor.mConstructorPropertySet.has('test11')).to.be.true;
313 expect(ApiExtractor.mConstructorPropertySet.has('test31')).to.be.true;
314 expect(UnobfuscationCollections.reservedExportName.has('test33')).to.be.true;
315 expect(UnobfuscationCollections.reservedExportNameAndProp.has('test12')).to.be.false;
394 expect(filePathManager.getAddedSourceFilePaths().has(testFilePath4)).to.be.true;
395 expect(filePathManager.getDeletedSourceFilePaths().has(testFilePath2)).to.be.true;