V8 Project
|
#include <preparse-data-format.h>
Static Public Attributes | |
static const unsigned | kMagicNumber = 0xBadDead |
static const unsigned | kCurrentVersion = 9 |
static const int | kMagicOffset = 0 |
static const int | kVersionOffset = 1 |
static const int | kHasErrorOffset = 2 |
static const int | kFunctionsSizeOffset = 3 |
static const int | kSizeOffset = 4 |
static const int | kHeaderSize = 5 |
static const int | kMessageStartPos = 0 |
static const int | kMessageEndPos = 1 |
static const int | kMessageArgCountPos = 2 |
static const int | kIsReferenceErrorPos = 3 |
static const int | kMessageTextPos = 4 |
static const unsigned char | kNumberTerminator = 0x80u |
Definition at line 13 of file preparse-data-format.h.
|
static |
Definition at line 17 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), and v8::internal::ParseData::IsSane().
|
static |
Definition at line 22 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), v8::internal::ParseData::FunctionsSize(), and v8::internal::CompleteParserRecorder::GetScriptData().
|
static |
Definition at line 21 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), v8::internal::ParseData::HasError(), v8::internal::CompleteParserRecorder::HasError(), and v8::internal::CompleteParserRecorder::LogMessage().
|
static |
Definition at line 24 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), v8::internal::CompleteParserRecorder::GetScriptData(), v8::internal::ParseData::Initialize(), and v8::internal::ParseData::IsSane().
|
static |
Definition at line 30 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::LogMessage().
|
static |
Definition at line 16 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), and v8::internal::ParseData::IsSane().
|
static |
Definition at line 19 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), and v8::internal::ParseData::Magic().
|
static |
Definition at line 29 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::LogMessage().
|
static |
Definition at line 28 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::LogMessage().
|
static |
Definition at line 27 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::LogMessage().
|
static |
Definition at line 31 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::LogMessage().
|
static |
Definition at line 33 of file preparse-data-format.h.
|
static |
Definition at line 23 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder().
|
static |
Definition at line 20 of file preparse-data-format.h.
Referenced by v8::internal::CompleteParserRecorder::CompleteParserRecorder(), and v8::internal::ParseData::Version().