|  | v8
    9.0.257(node16.0.0)
    V8 is Google's open source JavaScript engine | 
#include <v8-platform.h>
| Public Member Functions | |
| virtual | ~ConvertableToTraceFormat ()=default | 
| virtual void | AppendAsTraceFormat (std::string *out) const =0 | 
The interface represents complex arguments to trace events.
Definition at line 284 of file v8-platform.h.
| 
 | virtualdefault | 
| 
 | 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.