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

#include <code-assembler.h>

Collaboration diagram for v8::internal::compiler::CodeAssembler::CheckedNode< PreviousType, FromTyped >:

Public Member Functions

 CheckedNode (compiler::Node *node, CodeAssembler *, const char *)
 
template<class A >
 operator TNode< A > ()
 
Nodenode () const
 

Private Attributes

Nodenode_
 

Detailed Description

template<class PreviousType, bool FromTyped>
class v8::internal::compiler::CodeAssembler::CheckedNode< PreviousType, FromTyped >

Definition at line 481 of file code-assembler.h.

Constructor & Destructor Documentation

◆ CheckedNode()

template<class PreviousType , bool FromTyped>
v8::internal::compiler::CodeAssembler::CheckedNode< PreviousType, FromTyped >::CheckedNode ( compiler::Node * node,
CodeAssembler * ,
const char *  )
inline

Definition at line 487 of file code-assembler.h.

Member Function Documentation

◆ node()

template<class PreviousType , bool FromTyped>
Node * v8::internal::compiler::CodeAssembler::CheckedNode< PreviousType, FromTyped >::node ( ) const
inline

Definition at line 524 of file code-assembler.h.

◆ operator TNode< A >()

template<class PreviousType , bool FromTyped>
template<class A >
v8::internal::compiler::CodeAssembler::CheckedNode< PreviousType, FromTyped >::operator TNode< A > ( )
inline

Definition at line 492 of file code-assembler.h.

Member Data Documentation

◆ node_

template<class PreviousType , bool FromTyped>
Node* v8::internal::compiler::CodeAssembler::CheckedNode< PreviousType, FromTyped >::node_
private

Definition at line 527 of file code-assembler.h.


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