v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::compiler::LoadMatcher< Object > Struct Template Reference

#include <node-matchers.h>

Inheritance diagram for v8::internal::compiler::LoadMatcher< Object >:
Collaboration diagram for v8::internal::compiler::LoadMatcher< Object >:

Public Types

using ObjectMatcher = Object
 

Public Member Functions

 LoadMatcher (Node *node)
 
Object const & object () const
 
IntPtrMatcher const & index () 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
 

Private Attributes

Object const object_
 
IntPtrMatcher const index_
 

Detailed Description

template<typename Object>
struct v8::internal::compiler::LoadMatcher< Object >

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

Member Typedef Documentation

◆ ObjectMatcher

template<typename Object >
using v8::internal::compiler::LoadMatcher< Object >::ObjectMatcher = Object

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

Constructor & Destructor Documentation

◆ LoadMatcher()

template<typename Object >
v8::internal::compiler::LoadMatcher< Object >::LoadMatcher ( Node * node)
inlineexplicit

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

Member Function Documentation

◆ index()

template<typename Object >
IntPtrMatcher const & v8::internal::compiler::LoadMatcher< Object >::index ( ) const
inline

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

◆ object()

template<typename Object >
Object const & v8::internal::compiler::LoadMatcher< Object >::object ( ) const
inline

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

Member Data Documentation

◆ index_

template<typename Object >
IntPtrMatcher const v8::internal::compiler::LoadMatcher< Object >::index_
private

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

◆ object_

template<typename Object >
Object const v8::internal::compiler::LoadMatcher< Object >::object_
private

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


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