()
| 751 | } |
| 752 | |
| 753 | function skipIf32Bits() { |
| 754 | if (bits < 64) { |
| 755 | skip('The tested feature is not available in 32bit builds'); |
| 756 | } |
| 757 | } |
| 758 | |
| 759 | function skipIfSQLiteMissing() { |
| 760 | if (!hasSQLite) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…