![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Public Member Functions | |
template<typename... T> | |
Instruction (TranslationOpcode opcode, T... operands) | |
Public Attributes | |
TranslationOpcode | opcode |
uint32_t | operands [kMaxTranslationOperandCount] |
Definition at line 98 of file frame-translation-builder.h.
|
inlineexplicit |
Definition at line 100 of file frame-translation-builder.h.
TranslationOpcode v8::internal::FrameTranslationBuilder::Instruction::opcode |
Definition at line 109 of file frame-translation-builder.h.
uint32_t v8::internal::FrameTranslationBuilder::Instruction::operands[kMaxTranslationOperandCount] |
Definition at line 112 of file frame-translation-builder.h.