(obj)
| 702 | } |
| 703 | |
| 704 | function addrof(obj) { |
| 705 | fake[0] = obj; |
| 706 | return bt.read64(fakebt_off + 0x10); |
| 707 | } |
| 708 | |
| 709 | // m_mode = WastefulTypedArray, allocated buffer on the fastMalloc heap, |
| 710 | // unlike FastTypedArray, where the buffer is managed by the GC. This |