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

#include <node-origin-table.h>

Collaboration diagram for v8::internal::compiler::NodeOriginTable::Scope:

Public Member Functions

 Scope (NodeOriginTable *origins, const char *reducer_name, Node *node)
 
 ~Scope ()
 
 Scope (const Scope &)=delete
 
Scopeoperator= (const Scope &)=delete
 

Private Attributes

NodeOriginTable *const origins_
 
NodeOrigin prev_origin_
 

Detailed Description

Definition at line 69 of file node-origin-table.h.

Constructor & Destructor Documentation

◆ Scope() [1/2]

v8::internal::compiler::NodeOriginTable::Scope::Scope ( NodeOriginTable * origins,
const char * reducer_name,
Node * node )
inline

Definition at line 71 of file node-origin-table.h.

◆ ~Scope()

v8::internal::compiler::NodeOriginTable::Scope::~Scope ( )
inline

Definition at line 80 of file node-origin-table.h.

◆ Scope() [2/2]

v8::internal::compiler::NodeOriginTable::Scope::Scope ( const Scope & )
delete

Member Function Documentation

◆ operator=()

Scope & v8::internal::compiler::NodeOriginTable::Scope::operator= ( const Scope & )
delete

Member Data Documentation

◆ origins_

NodeOriginTable* const v8::internal::compiler::NodeOriginTable::Scope::origins_
private

Definition at line 88 of file node-origin-table.h.

◆ prev_origin_

NodeOrigin v8::internal::compiler::NodeOriginTable::Scope::prev_origin_
private

Definition at line 89 of file node-origin-table.h.


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