V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
v8::HeapProfiler::ObjectNameResolver Class Referenceabstract

#include <v8-profiler.h>

Public Member Functions

virtual const charGetName (Local< Object > object)=0
 

Detailed Description

Callback interface for retrieving user friendly names of global objects.

Definition at line 825 of file v8-profiler.h.

Member Function Documentation

◆ GetName()

virtual const char* v8::HeapProfiler::ObjectNameResolver::GetName ( Local< Object object)
pure virtual

Returns name to be used in the heap snapshot for given node. Returned string must stay alive until snapshot collection is completed.


The documentation for this class was generated from the following file: