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

#include <turbofan-graph-visualizer.h>

Collaboration diagram for v8::internal::compiler::JSONEscaped:

Public Member Functions

template<typename T >
 JSONEscaped (const T &value)
 
 JSONEscaped (std::string str)
 
 JSONEscaped (const std::ostringstream &os)
 

Static Private Member Functions

static std::ostream & PipeCharacter (std::ostream &os, char c)
 

Private Attributes

std::string str_
 

Friends

std::ostream & operator<< (std::ostream &os, const JSONEscaped &e)
 

Detailed Description

Definition at line 50 of file turbofan-graph-visualizer.h.

Constructor & Destructor Documentation

◆ JSONEscaped() [1/3]

template<typename T >
v8::internal::compiler::JSONEscaped::JSONEscaped ( const T & value)
inlineexplicit

Definition at line 53 of file turbofan-graph-visualizer.h.

◆ JSONEscaped() [2/3]

v8::internal::compiler::JSONEscaped::JSONEscaped ( std::string str)
inlineexplicit

Definition at line 58 of file turbofan-graph-visualizer.h.

◆ JSONEscaped() [3/3]

v8::internal::compiler::JSONEscaped::JSONEscaped ( const std::ostringstream & os)
inlineexplicit

Definition at line 59 of file turbofan-graph-visualizer.h.

Member Function Documentation

◆ PipeCharacter()

static std::ostream & v8::internal::compiler::JSONEscaped::PipeCharacter ( std::ostream & os,
char c )
inlinestaticprivate

Definition at line 67 of file turbofan-graph-visualizer.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream & os,
const JSONEscaped & e )
friend

Definition at line 61 of file turbofan-graph-visualizer.h.

Member Data Documentation

◆ str_

std::string v8::internal::compiler::JSONEscaped::str_
private

Definition at line 78 of file turbofan-graph-visualizer.h.


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