v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|
Go to the source code of this file.
Data Structures | |
class | StackHandlerConstants |
class | EntryFrameConstants |
class | ExitFrameConstants |
class | StandardFrameConstants |
class | JavaScriptFrameConstants |
class | ArgumentsAdaptorFrameConstants |
class | InternalFrameConstants |
Namespaces | |
v8 | |
v8::internal | |
Typedefs | |
typedef Object * | JSCallerSavedBuffer [kNumJSCallerSaved] |
Functions | |
int | JSCallerSavedCode (int n) |
Variables | |
const int | kR9Available = 1 |
const int | kNumRegs = 16 |
const RegList | kJSCallerSaved |
const int | kNumJSCallerSaved = 4 |
const RegList | kCalleeSaved |
const RegList | kCallerSaved |
const int | kNumCalleeSaved = 7 + kR9Available |
const int | kNumDoubleCalleeSaved = 8 |
const int | kNumSafepointRegisters = 16 |
const RegList | kSafepointSavedRegisters = kJSCallerSaved | kCalleeSaved |
const int | kNumSafepointSavedRegisters = kNumJSCallerSaved + kNumCalleeSaved |