| |
| == Running test suite: WeakMap |
| -- Running test case: WeakMap.prototype.getOrInitialize.Raw |
| PASS: Map does not have `key`. |
| PASS: Map should have initialized `key` with `value`. |
| PASS: Map does have `key` => `value`. |
| PASS: Map should get `key` with `value` without re-initializing. |
| PASS: Map still has `key` => `value`. |
| |
| -- Running test case: WeakMap.prototype.getOrInitialize.Function |
| PASS: Map does not have `key`. |
| PASS: Map should have initialized `key` with `value`. |
| PASS: Map does have `key` => `value`. |
| PASS: Map should get `key` with `value` without re-initializing. |
| PASS: Map still has `key` => `value`. |
| |