V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
#include <v8-platform.h>
Public Member Functions | |
virtual void | AppendAsTraceFormat (std::string *out) const =0 |
The interface represents complex arguments to trace events.
Definition at line 104 of file v8-platform.h.
|
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.
Implemented in v8::tracing::TracedValue.