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

#include <common-operator.h>

Inheritance diagram for v8::internal::compiler::CommonNodeWrapperBase:
Collaboration diagram for v8::internal::compiler::CommonNodeWrapperBase:

Public Member Functions

constexpr CommonNodeWrapperBase (Node *node)
 
Effect effect () const
 
Control control () const
 
- Public Member Functions inherited from v8::internal::compiler::NodeWrapper
constexpr NodeWrapper (Node *node)
 
 operator Node * () const
 
Nodeoperator-> () const
 

Additional Inherited Members

- Protected Member Functions inherited from v8::internal::compiler::NodeWrapper
Nodenode () const
 
void set_node (Node *node)
 

Detailed Description

Definition at line 686 of file common-operator.h.

Constructor & Destructor Documentation

◆ CommonNodeWrapperBase()

v8::internal::compiler::CommonNodeWrapperBase::CommonNodeWrapperBase ( Node * node)
inlineexplicitconstexpr

Definition at line 688 of file common-operator.h.

Member Function Documentation

◆ control()

Control v8::internal::compiler::CommonNodeWrapperBase::control ( ) const
inline

Definition at line 697 of file common-operator.h.

Here is the call graph for this function:

◆ effect()

Effect v8::internal::compiler::CommonNodeWrapperBase::effect ( ) const
inline

Definition at line 691 of file common-operator.h.

Here is the call graph for this function:

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