ネームスペース | 関数

src/scopeinfo.cc

#include <stdlib.h>
#include "v8.h"
#include "scopeinfo.h"
#include "scopes.h"

ソースコードを見る。

ネームスペース

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)
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義