V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::FloatMatcher< T, kOpcode > Struct Template Referencefinal
Inheritance diagram for v8::internal::compiler::FloatMatcher< T, kOpcode >:
v8::internal::compiler::ValueMatcher< T, kOpcode > v8::internal::compiler::NodeMatcher

Public Member Functions

 FloatMatcher (Node *node)
 
bool Is (const T &value) const
 
bool IsInRange (const T &low, const T &high) const
 
bool IsMinusZero () const
 
bool IsNegative () const
 
bool IsNaN () const
 
bool IsZero () const
 
bool IsNormal () const
 
bool IsInteger () const
 
bool IsPositiveOrNegativePowerOf2 () const
 
- Public Member Functions inherited from v8::internal::compiler::ValueMatcher< T, kOpcode >
 ValueMatcher (Node *node)
 
bool HasValue () const
 
const T & Value () const
 
template<>
 ValueMatcher (Node *node)
 
template<>
 ValueMatcher (Node *node)
 
template<>
 ValueMatcher (Node *node)
 
- Public Member Functions inherited from v8::internal::compiler::NodeMatcher
 NodeMatcher (Node *node)
 
Nodenode () const
 
const Operatorop () const
 
IrOpcode::Value opcode () const
 
bool HasProperty (Operator::Property property) const
 
NodeInputAt (int index) const
 
bool Equals (const Node *node) const
 
bool IsComparison () const
 

Additional Inherited Members

- Public Types inherited from v8::internal::compiler::ValueMatcher< T, kOpcode >
typedef T ValueType
 

Detailed Description

template<typename T, IrOpcode::Value kOpcode>
struct v8::internal::compiler::FloatMatcher< T, kOpcode >

Definition at line 153 of file node-matchers.h.


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