| 709 | } |
| 710 | |
| 711 | void JavaScriptHeapDumpBuilder::appendEdge(JavaScriptHeapDumpEdgeType type, |
| 712 | const JavaScriptHeapEdgeIdentifier& identifier, |
| 713 | void* nodePtr) { |
| 714 | appendEdge(type, identifier, reinterpret_cast<uint64_t>(nodePtr)); |
| 715 | } |
| 716 | |
| 717 | void JavaScriptHeapDumpBuilder::appendEdge(JavaScriptHeapDumpEdgeType type, |
| 718 | const JavaScriptHeapEdgeIdentifier& identifier, |