V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
Public Types | |
typedef uint64_t | FunctionId |
Public Member Functions | |
AllocationNode (AllocationNode *parent, const char *name, int script_id, int start_position, uint32_t id) | |
AllocationNode * | FindChildNode (FunctionId id) |
AllocationNode * | AddChildNode (FunctionId id, std::unique_ptr< AllocationNode > node) |
Static Public Member Functions | |
static FunctionId | function_id (int script_id, int start_position, const char *name) |
Friends | |
class | SamplingHeapProfiler |
Definition at line 49 of file sampling-heap-profiler.h.