![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <maglev-ir.h>
Public Member Functions | |
constexpr Opcode | opcode () const |
constexpr const OpProperties & | properties () const |
Static Public Member Functions | |
template<typename... Args> | |
static Derived * | New (Zone *zone, std::initializer_list< ValueNode * > inputs, Args &&... args) |
template<typename... Args> | |
static Derived * | New (Zone *zone, size_t input_count, Args &&... args) |
Protected Member Functions | |
template<typename... Args> | |
NodeTMixin (uint64_t bitfield, Args &&... args) | |
Definition at line 2757 of file maglev-ir.h.
|
inlineexplicitprotected |
|
inlinestatic |
|
inlinestatic |
|
inlineconstexpr |
|
inlineconstexpr |