![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <tnode.h>
Public Member Functions | |
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 | |
Static Public Member Functions | |
static TNode | UncheckedCast (compiler::Node *node) |
Protected Member Functions | |
TNode (compiler::Node *node) | |
void | LazyTemplateChecks () const |
Protected Attributes | |
compiler::Node * | node_ |
Friends | |
template<typename U > | |
class | TNode |
|
inline |
|
inline |
|
inline |
|
inlineexplicitprotected |
|
inlineprotected |
|
inlineexplicit |
|
inline |
|
inlinestatic |
|
protected |