V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
v8::internal::compiler::NodeMatcher Struct Reference
Inheritance diagram for v8::internal::compiler::NodeMatcher:
v8::internal::compiler::BinopMatcher< Left, Right > v8::internal::compiler::LoadMatcher< Object > v8::internal::compiler::ValueMatcher< T, kOpcode > v8::internal::compiler::ValueMatcher< ExternalReference, IrOpcode::kExternalConstant > v8::internal::compiler::ValueMatcher< Handle< HeapObject >, IrOpcode::kHeapConstant > v8::internal::compiler::AddMatcher< BinopMatcher, AddOpcode, SubOpcode, kMulOpcode, kShiftOpcode > v8::internal::compiler::FloatMatcher< T, kOpcode > v8::internal::compiler::IntMatcher< T, kOpcode > v8::internal::compiler::ExternalReferenceMatcher v8::internal::compiler::HeapObjectMatcher

Public Member Functions

 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
 

Detailed Description

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


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