![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <tnode.h>
Public Member Functions | |
SloppyTNode (compiler::Node *node) | |
template<class U > requires (is_subtype<U, T>::value) | |
SloppyTNode (const TNode< U > &other) V8_NOEXCEPT | |
![]() | |
template<class U > requires (is_subtype<U, T>::value) | |
TNode (const TNode< U > &other) V8_NOEXCEPT | |
TNode (const TNode &other) V8_NOEXCEPT | |
TNode () | |
TNode | operator= (TNode other) |
operator compiler::Node * () const | |
operator bool () const | |
Additional Inherited Members | |
![]() | |
static TNode | UncheckedCast (compiler::Node *node) |
![]() | |
TNode (compiler::Node *node) | |
void | LazyTemplateChecks () const |
![]() | |
compiler::Node * | node_ |
|
inline |
|
inline |