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

#include <js-operator.h>

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

Public Member Functions

constexpr JSBinaryOpNode (Node *node)
 
const FeedbackParameterParameters () const
 
- Public Member Functions inherited from v8::internal::compiler::JSNodeWrapperBase
constexpr JSNodeWrapperBase (Node *node)
 
TNode< Objectcontext () const
 
Effect effect () const
 
Control control () const
 
FrameState frame_state () 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 1187 of file js-operator.h.

Constructor & Destructor Documentation

◆ JSBinaryOpNode()

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

Definition at line 1189 of file js-operator.h.

Here is the call graph for this function:

Member Function Documentation

◆ Parameters()

const FeedbackParameter & v8::internal::compiler::JSBinaryOpNode::Parameters ( ) const
inline

Definition at line 1193 of file js-operator.h.

Here is the call graph for this function:

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