V8 version 10.7.0 (candidate)
I have created an array of elements from several objects
with v8 builtin functions, use "%DebugPrint" to get pointer to array object
I look in memory for the address of the array object "0x000001BE0010BC5D",
and I see that the first address corresponds to the map of the object the map address is encrypted
I would love to know how to decode the address manually