Re: address of variable
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > On Oct 9, 7:02 am, Boris Zbarsky <[email protected]> wrote: >> [email protected] wrote: >>> is it possible to get the address of a variable,array etc in >>> javascript? >> What do you mean by "address"? >> >> -Boris > > hello and thanks for the reply. > i mean a hexademical value.the address in RAM where the variable is > stored. Are you talking about getting this value from within javascript, or from a C/C++ extension? / Jonas