Hey guys. I wonder if it's possible to take snapshot of a running Chrome tab and using the snapshot blob to start a isolate with Node.js or d8.
All I need is to capture/snapshot user defined objects and functions only, which means external functions like DOM API are not included.
I wrote a simple runtime function called `%TakeSnapshot`, which failed lots of DCHECKs...
After some code searching and test, I don't think it's possible to complete the task with little understanding of the whole project.
Any advises would be appreciated!