![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Additional Inherited Members | |
![]() | |
enum | Property { kNoProperties = 0 , kCommutative = 1 << 0 , kAssociative = 1 << 1 , kIdempotent = 1 << 2 , kNoRead = 1 << 3 , kNoWrite = 1 << 4 , kNoThrow = 1 << 5 , kNoDeopt = 1 << 6 , kFoldable = kNoRead | kNoWrite , kEliminatable = kNoDeopt | kNoWrite | kNoThrow , kKontrol = kNoDeopt | kFoldable | kNoThrow , kPure = kKontrol | kIdempotent } |
enum class | PrintVerbosity { kVerbose , kSilent } |
using | Opcode = uint16_t |
using | Properties = base::Flags<Property, uint8_t> |
![]() | |
static size_t | ZeroIfEliminatable (Properties properties) |
static size_t | ZeroIfNoThrow (Properties properties) |
static size_t | ZeroIfPure (Properties properties) |
![]() |
Definition at line 1399 of file simplified-operator.cc.
|
inline |
Definition at line 1401 of file simplified-operator.cc.