Re: address of variable
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > hello and thanks for the reply. > i mean a hexademical value.the address in RAM where the variable is > stored. It's not possible, no. Note that there's no guarantee that there is a single address corresponding to the object in a meaningful way, or even that the address or addresses involved won't change at any moment (e.g. if you have a compacting garbage collector), so I'm not sure that getting this information would actually be of any use. -Boris