Searched refs:checkLeaks (Results 1 – 2 of 2) sorted by relevance
478 BOOL checkLeaks = YES;480 checkLeaks = GTMIsGarbageCollectionEnabled() ? NO : YES;482 if (checkLeaks) {483 checkLeaks = getenv("GTM_ENABLE_LEAKS") ? YES : NO;484 if (checkLeaks) {
1669 Mocha.prototype.checkLeaks = function(){ method in Mocha