![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <node-matchers.h>
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 ExternalReference & | ResolvedValue () const |
Public Member Functions inherited from v8::internal::compiler::NodeMatcher | |
| NodeMatcher (Node *node) | |
| Node * | node () const |
| const Operator * | op () const |
| IrOpcode::Value | opcode () const |
| bool | HasProperty (Operator::Property property) const |
| Node * | InputAt (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 |
Definition at line 254 of file node-matchers.h.
|
inlineexplicit |
Definition at line 256 of file node-matchers.h.
|
inline |