(obj)
| 746 | } |
| 747 | |
| 748 | function addrof(obj) { |
| 749 | fake[0] = obj; |
| 750 | return bt.read64(fakebt_off + 0x10); |
| 751 | } |
| 752 | |
| 753 | // m_mode = WastefulTypedArray, allocated buffer on the fastMalloc heap, |
| 754 | // unlike FastTypedArray, where the buffer is managed by the GC. This |