I did found a previous delete hidden, it's working properly.
---------------------------------------------------------------
Hi,
Did you found a solution ?
I have a similar issue, the following code work properly. The test array is visible in the memory view
if(!Memory.test)Memory.test = {o:'one', t:'two'};console.log(Memory.test.o);\s
But after several execution, if I remove the first two lines it will not work anymore, because for some reason, the test array isn't stored in memory anymore, and didn't make any delete call. And so there is a undefined error 'Memory.test.o'