![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Namespaces | |
namespace | v8 |
namespace | v8::internal |
namespace | v8::internal::interpreter |
Macros | |
#define | ADD_BYTECODES(Name, ...) |
Functions | |
void | v8::internal::interpreter::WriteBytecode (std::ofstream &out, Bytecode bytecode, OperandScale operand_scale, int *count, int offset_table[], int table_index) |
void | v8::internal::interpreter::WriteHeader (const char *header_filename) |
int | main (int argc, const char *argv[]) |
Variables | |
const int | v8::internal::interpreter::kIllegalBytecodeHandler = -1 |
const int | v8::internal::interpreter::kIllegalBytecodeHandlerEncoding = 255 |
#define ADD_BYTECODES | ( | Name, | |
... ) |
int main | ( | int | argc, |
const char * | argv[] ) |
Definition at line 109 of file generate-bytecodes-builtins-list.cc.