(testCase)
| 130 | }); |
| 131 | |
| 132 | function isDataStoredInMem(testCase) { |
| 133 | return testCase.objLoc === memLocation |
| 134 | || (testCase.objLoc === null && testCase.bucketLoc === memLocation); |
| 135 | } |
| 136 | |
| 137 | function checkPut(testCase) { |
| 138 | if (isDataStoredInMem(testCase)) { |