Searched refs:isDarwin (Results 1 – 4 of 4) sorted by relevance
808 sub isDarwin() subroutine820 return isAppleWebKit() && isDarwin();849 if (!isDarwin()) {872 return isDarwin() && osXVersion()->{"minor"} == 4;877 return isDarwin() && osXVersion()->{"minor"} == 5;882 return isDarwin() && osXVersion()->{"minor"} == 6;917 if (isDarwin()) {1192 if (!isDarwin() || $passedConfig =~ m/release/i) {
53 if (isDarwin()) {
341 if (isDarwin()) {
3905 … Change a few calls to isCygwin to isAppleWinWebKit and a few calls to isAppleMacWebKit to isDarwin6934 - isDarwin() and isCygwin() returned an empty string if the platform equality check fails.6939 - Replaced isDarwin() by isOSX() as they have now the same behaviour.12344 isDarwin() to make it reusable in other places (like the workaround-