Searched refs:resurrection_is_fatal (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/libauto-186/
H A DEnvironment.h60 static bool resurrection_is_fatal; // true if resurrection is a fatal error member in class:Auto::Environment
H A DEnvironment.cpp52 bool Environment::resurrection_is_fatal; // true if resurrection is a fatal error member in class:Auto::Environment
148 resurrection_is_fatal = read_bool("AUTO_RESURRECTION_ABORT", true, "Resurrections errors will not be treated as fatal. This may lead to heap inconsistencies and crashes, possibly long after the resurrection occurs.");
H A DZone.cpp1479 if (Auto::Environment::resurrection_is_fatal) {
/macosx-10.10/libauto-186/auto_tester/
H A DTestCase.m257 return Auto::Environment::resurrection_is_fatal ? YES : NO;

Completed in 125 milliseconds