Pointers and references

Hello.
Is there any way to get the address of a variable etc like in c/c++?

Like:
var someRef = &_root.as[‘someVar’];

or

function whatnot( var *someVar ) { … }

My initial tests shows that flash makes copies of everything, even selfsefined objects! Surely there must be support for something else…