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

#include <machine-operator.h>

Collaboration diagram for v8::internal::compiler::OptionalOperator:

Public Member Functions

 OptionalOperator (bool supported, const Operator *op)
 
bool IsSupported () const
 
const Operatorop () const
 
const Operatorplaceholder () const
 

Private Attributes

bool supported_
 
const Operator *const op_
 

Detailed Description

Definition at line 29 of file machine-operator.h.

Constructor & Destructor Documentation

◆ OptionalOperator()

v8::internal::compiler::OptionalOperator::OptionalOperator ( bool supported,
const Operator * op )
inline

Definition at line 31 of file machine-operator.h.

Member Function Documentation

◆ IsSupported()

bool v8::internal::compiler::OptionalOperator::IsSupported ( ) const
inline

Definition at line 34 of file machine-operator.h.

◆ op()

const Operator * v8::internal::compiler::OptionalOperator::op ( ) const
inline

Definition at line 36 of file machine-operator.h.

◆ placeholder()

const Operator * v8::internal::compiler::OptionalOperator::placeholder ( ) const
inline

Definition at line 42 of file machine-operator.h.

Member Data Documentation

◆ op_

const Operator* const v8::internal::compiler::OptionalOperator::op_
private

Definition at line 46 of file machine-operator.h.

◆ supported_

bool v8::internal::compiler::OptionalOperator::supported_
private

Definition at line 45 of file machine-operator.h.


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