![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <node-matchers.h>
Public Member Functions | |
IntMatcher (Node *node) | |
bool | Is (const T &value) const |
bool | IsInRange (const T &low, const T &high) const |
bool | IsMultipleOf (T n) const |
bool | IsPowerOf2 () const |
bool | IsNegativePowerOf2 () const |
bool | IsNegative () const |
![]() | |
ValueMatcher (Node *node) | |
bool | HasResolvedValue () const |
const T & | ResolvedValue () const |
ValueMatcher (Node *node) | |
ValueMatcher (Node *node) | |
ValueMatcher (Node *node) | |
![]() | |
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 | |
![]() | |
using | ValueType = T |
Definition at line 137 of file node-matchers.h.
|
inlineexplicit |
Definition at line 138 of file node-matchers.h.
|
inline |
Definition at line 140 of file node-matchers.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |