Aliaksandr Kalenik
719a00df3a
LibJS: Add source location for Handle nodes in GC graph dumper output
With this change JS::Handle root nodes will contain source location
where they were constructed like:
```
"94675029575744": {
"root": "Handle activate_event_handler \
serenity/Userland/Libraries/LibWeb/DOM/EventTarget.cpp:564",
"class_name": "HTMLButtonElement",
"edges": [
"94675025955904",
"94675026899520",
"94675030831168",
```
2023-09-24 14:55:32 +02:00
..
2023-09-21 16:19:13 +02:00
2023-08-13 15:38:42 +02:00
2023-09-24 14:55:32 +02:00
2023-09-24 14:55:32 +02:00
2023-09-21 16:19:05 +02:00
2023-09-21 16:19:05 +02:00
2023-08-13 18:05:09 +02:00
2023-09-09 13:03:25 -04:00
2023-09-09 13:03:25 -04:00
2023-08-13 18:05:09 +02:00
2023-08-08 13:07:13 +02:00
2023-08-07 16:03:27 +02:00
2023-09-17 21:00:11 +02:00
2023-08-13 15:38:42 +02:00
2023-08-29 18:46:01 -04:00
2023-09-12 17:21:42 +02:00
2023-08-09 17:09:16 +02:00
2023-08-17 18:27:02 +02:00
2023-09-12 17:21:42 +02:00
2023-09-12 17:21:42 +02:00
2023-09-12 17:21:42 +02:00
2023-09-21 16:19:13 +02:00
2023-08-29 07:57:39 -04:00
2023-08-09 17:09:16 +02:00
2023-09-03 18:59:00 +02:00