Re: address of variable
Jonas Sicking <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > On Oct 9, 8:53 pm, Jonas Sicking <[email protected]> wrote: >> [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 > > hello thank you both for replying. > i was talking about javascript Jonas. > thanks again! Then no, there is no way. What are you trying to do? / Jonas