On 11/24/09 7:46 PM, Rob Ennals wrote: > E.g., I may want to write: > > x = localStorage.bla > localStorage.bla = x+1 If that's happening at global scope, the latter line involves global variable access, which involves DOM operations (in particular, looking for windows of that name), no? -Boris