v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::tracing::TraceStringWithCopy Class Reference

#include <trace-event.h>

Collaboration diagram for v8::internal::tracing::TraceStringWithCopy:

Public Member Functions

 TraceStringWithCopy (const char *str)
 
 operator const char * () const
 

Private Attributes

const char * str_
 

Detailed Description

Definition at line 374 of file trace-event.h.

Constructor & Destructor Documentation

◆ TraceStringWithCopy()

v8::internal::tracing::TraceStringWithCopy::TraceStringWithCopy ( const char * str)
inlineexplicit

Definition at line 376 of file trace-event.h.

Member Function Documentation

◆ operator const char *()

v8::internal::tracing::TraceStringWithCopy::operator const char * ( ) const
inline

Definition at line 377 of file trace-event.h.

Member Data Documentation

◆ str_

const char* v8::internal::tracing::TraceStringWithCopy::str_
private

Definition at line 380 of file trace-event.h.


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