V8 API Reference Guide generated from the header files
Public Member Functions
v8::ConvertableToTraceFormat Class Referenceabstract

#include <v8-platform.h>

Public Member Functions

virtual void AppendAsTraceFormat (std::string *out) const =0
 

Detailed Description

The interface represents complex arguments to trace events.

Member Function Documentation

◆ AppendAsTraceFormat()

virtual void v8::ConvertableToTraceFormat::AppendAsTraceFormat ( std::string *  out) const
pure virtual

Append the class info to the provided |out| string. The appended data must be a valid JSON object. Strings must be properly quoted, and escaped. There is no processing applied to the content after it is appended.


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