V8 Project
|
Go to the source code of this file.
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
Macros | |
#define | BYTECODE_ITERATOR(V) |
#define | DECLARE_BYTECODES(name, code, length) static const int BC_##name = code; |
#define | DECLARE_BYTECODE_LENGTH(name, code, length) static const int BC_##name##_LENGTH = length; |
Variables | |
const int | v8::internal::BYTECODE_MASK = 0xff |
const unsigned int | v8::internal::MAX_FIRST_ARG = 0x7fffffu |
const int | v8::internal::BYTECODE_SHIFT = 8 |
#define BYTECODE_ITERATOR | ( | V | ) |
Definition at line 20 of file bytecodes-irregexp.h.
#define DECLARE_BYTECODE_LENGTH | ( | name, | |
code, | |||
length | |||
) | static const int BC_##name##_LENGTH = length; |
Definition at line 75 of file bytecodes-irregexp.h.
Definition at line 70 of file bytecodes-irregexp.h.