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

#include <code-tracer.h>

Inheritance diagram for v8::internal::CodeTracer:
Collaboration diagram for v8::internal::CodeTracer:

Classes

class  Scope
 
class  StreamScope
 

Public Member Functions

 CodeTracer (int isolate_id)
 
void OpenFile ()
 
void CloseFile ()
 
FILE * file () const
 

Static Private Member Functions

static bool ShouldRedirect ()
 

Private Attributes

base::EmbeddedVector< char, 128 > filename_
 
FILE * file_
 
int scope_depth_
 

Additional Inherited Members

- Static Public Member Functions inherited from v8::internal::Malloced
static void * operator new (size_t size)
 
static void operator delete (void *p)
 

Detailed Description

Definition at line 22 of file code-tracer.h.

Constructor & Destructor Documentation

◆ CodeTracer()

v8::internal::CodeTracer::CodeTracer ( int isolate_id)
inlineexplicit

Definition at line 24 of file code-tracer.h.

Here is the call graph for this function:

Member Function Documentation

◆ CloseFile()

void v8::internal::CodeTracer::CloseFile ( )
inline

Definition at line 91 of file code-tracer.h.

Here is the call graph for this function:

◆ file()

FILE * v8::internal::CodeTracer::file ( ) const
inline

Definition at line 103 of file code-tracer.h.

◆ OpenFile()

void v8::internal::CodeTracer::OpenFile ( )
inline

Definition at line 76 of file code-tracer.h.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ShouldRedirect()

static bool v8::internal::CodeTracer::ShouldRedirect ( )
inlinestaticprivate

Definition at line 106 of file code-tracer.h.

Here is the caller graph for this function:

Member Data Documentation

◆ file_

FILE* v8::internal::CodeTracer::file_
private

Definition at line 109 of file code-tracer.h.

◆ filename_

base::EmbeddedVector<char, 128> v8::internal::CodeTracer::filename_
private

Definition at line 108 of file code-tracer.h.

◆ scope_depth_

int v8::internal::CodeTracer::scope_depth_
private

Definition at line 110 of file code-tracer.h.


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