Chromium Code Reviews| Index: include/v8-profiler.h |
| =================================================================== |
| --- include/v8-profiler.h (revision 9531) |
| +++ include/v8-profiler.h (working copy) |
| @@ -307,6 +307,12 @@ |
| * path from the snapshot root to the current node. |
| */ |
| const HeapGraphNode* GetDominatorNode() const; |
| + |
| + /** |
| + * Finds and returns a value from the heap corresponding to this node, |
| + * if the value is still reachable. |
| + */ |
| + Handle<Value> GetHeapValue() const; |
| }; |