![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <node-matchers.h>
Public Types | |
| using | ValueType = T |
Public Member Functions | |
| ValueMatcher (Node *node) | |
| bool | HasResolvedValue () const |
| const T & | ResolvedValue () const |
| ValueMatcher (Node *node) | |
| ValueMatcher (Node *node) | |
| ValueMatcher (Node *node) | |
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 |
Private Attributes | |
| T | resolved_value_ |
| bool | has_resolved_value_ |
Definition at line 67 of file node-matchers.h.
| using v8::internal::compiler::ValueMatcher< T, kOpcode >::ValueType = T |
Definition at line 75 of file node-matchers.h.
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 87 of file node-matchers.h.
|
private |
Definition at line 94 of file node-matchers.h.
|
private |
Definition at line 93 of file node-matchers.h.