![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <node-matchers.h>
Public Types | |
using | ObjectMatcher = Object |
Public Member Functions | |
LoadMatcher (Node *node) | |
Object const & | object () const |
IntPtrMatcher const & | index () const |
![]() | |
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 | |
Object const | object_ |
IntPtrMatcher const | index_ |
Definition at line 267 of file node-matchers.h.
using v8::internal::compiler::LoadMatcher< Object >::ObjectMatcher = Object |
Definition at line 271 of file node-matchers.h.
|
inlineexplicit |
Definition at line 268 of file node-matchers.h.
|
inline |
Definition at line 274 of file node-matchers.h.
|
inline |
Definition at line 273 of file node-matchers.h.
|
private |
Definition at line 278 of file node-matchers.h.
|
private |
Definition at line 277 of file node-matchers.h.