ネームスペース |
namespace | v8 |
namespace | v8::internal |
関数 |
static int | v8::internal::CompareLocal (Variable *const *v, Variable *const *w) |
static Object ** | v8::internal::ReadInt (Object **p, int *x) |
static Object ** | v8::internal::ReadBool (Object **p, bool *x) |
static Object ** | v8::internal::ReadSymbol (Object **p, Handle< String > *s) |
static Object ** | v8::internal::ReadSentinel (Object **p) |
template<class Allocator > |
static Object ** | v8::internal::ReadList (Object **p, List< Handle< String >, Allocator > *list) |
template<class Allocator > |
static Object ** | v8::internal::ReadList (Object **p, List< Handle< String >, Allocator > *list, List< Variable::Mode, Allocator > *modes) |
static Object ** | v8::internal::WriteInt (Object **p, int x) |
static Object ** | v8::internal::WriteSymbol (Object **p, Handle< String > s) |
static Object ** | v8::internal::WriteSentinel (Object **p) |
template<class Allocator > |
static Object ** | v8::internal::WriteList (Object **p, List< Handle< String >, Allocator > *list) |
template<class Allocator > |
static Object ** | v8::internal::WriteList (Object **p, List< Handle< String >, Allocator > *list, List< Variable::Mode, Allocator > *modes) |
static Object ** | v8::internal::ContextEntriesAddr (Code *code) |
static Object ** | v8::internal::ParameterEntriesAddr (Code *code) |
static Object ** | v8::internal::StackSlotEntriesAddr (Code *code) |