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

#include <node.h>

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

Public Member Functions

constexpr Control (Node *node)
 
Nodeoperator= (Node *value)
 
- 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 355 of file node.h.

Constructor & Destructor Documentation

◆ Control()

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

Definition at line 357 of file node.h.

Member Function Documentation

◆ operator=()

Node * v8::internal::compiler::Control::operator= ( Node * value)
inline

Definition at line 364 of file node.h.


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