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

#include <code-tracer.h>

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

Public Member Functions

 Scope (CodeTracer *tracer)
 
 ~Scope ()
 
FILE * file () const
 

Private Attributes

CodeTracertracer_
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Scope()

v8::internal::CodeTracer::Scope::Scope ( CodeTracer * tracer)
inlineexplicit

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

Here is the call graph for this function:

◆ ~Scope()

v8::internal::CodeTracer::Scope::~Scope ( )
inline

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

Member Function Documentation

◆ file()

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

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

Here is the caller graph for this function:

Member Data Documentation

◆ tracer_

CodeTracer* v8::internal::CodeTracer::Scope::tracer_
private

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


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