V8 Project
|
Go to the source code of this file.
Classes | |
class | v8::internal::FrameScope |
class | v8::internal::AllowExternalCallThatCantCauseGC |
class | v8::internal::NoCurrentFrameScope |
class | v8::internal::Comment |
class | v8::internal::AllocationUtils |
Namespaces | |
v8 | |
Debugger support for the V8 JavaScript engine. | |
v8::internal | |
Enumerations | |
enum | InvokeFlag { CALL_FUNCTION , JUMP_FUNCTION } |
enum | AllocationFlags { NO_ALLOCATION_FLAGS = 0 , TAG_OBJECT = 1 << 0 , RESULT_CONTAINS_TOP = 1 << 1 , SIZE_IN_WORDS = 1 << 2 , DOUBLE_ALIGNMENT = 1 << 3 , PRETENURE_OLD_POINTER_SPACE = 1 << 4 , PRETENURE_OLD_DATA_SPACE = 1 << 5 } |
Variables | |
const int | kInvalidProtoDepth = -1 |
enum AllocationFlags |
Enumerator | |
---|---|
NO_ALLOCATION_FLAGS | |
TAG_OBJECT | |
RESULT_CONTAINS_TOP | |
SIZE_IN_WORDS | |
DOUBLE_ALIGNMENT | |
PRETENURE_OLD_POINTER_SPACE | |
PRETENURE_OLD_DATA_SPACE |
Definition at line 17 of file macro-assembler.h.
enum InvokeFlag |
const int kInvalidProtoDepth = -1 |
Definition at line 38 of file macro-assembler.h.