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 | |
struct | InitializeFastElementsKindSequence |
Namespaces | |
v8 | |
v8::internal | |
Functions | |
void | PrintElementsKind (FILE *out, ElementsKind kind) |
ElementsKind | GetInitialFastElementsKind () |
ElementsKind | GetFastElementsKindFromSequenceIndex (int sequence_number) |
int | GetSequenceIndexFromFastElementsKind (ElementsKind elements_kind) |
ElementsKind | GetNextMoreGeneralFastElementsKind (ElementsKind elements_kind, bool allow_only_packed) |
bool | IsMoreGeneralElementsKindTransition (ElementsKind from_kind, ElementsKind to_kind) |