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

#include <node-matchers.h>

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

Public Member Functions

 ExternalReferenceMatcher (Node *node)
 
bool Is (const ExternalReference &value) const
 
- Public Member Functions inherited from v8::internal::compiler::ValueMatcher< ExternalReference, IrOpcode::kExternalConstant >
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
 ValueMatcher (Node *node)
 
bool HasResolvedValue () const
 
const ExternalReferenceResolvedValue () const
 
- 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< ExternalReference, IrOpcode::kExternalConstant >
using ValueType
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ExternalReferenceMatcher()

v8::internal::compiler::ExternalReferenceMatcher::ExternalReferenceMatcher ( Node * node)
inlineexplicit

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

Member Function Documentation

◆ Is()

bool v8::internal::compiler::ExternalReferenceMatcher::Is ( const ExternalReference & value) const
inline

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

Here is the call graph for this function:

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