Closed shimingw closed 6 months ago
I am not aware of a way to do this, unfortunately Chrome does not seem to expose such an API to query this information.
script_id
is extracted from Chrome JS heap snapshot, it is just an index referring to a data structure in Chrome's memory when the heap snapshot was taken, but Chrome does not seem to encode and serialize the index-to-URL mapping in JS heap snapshot.
Thank you for your reply
Is there any way I can get the js url of the specified node?