ネームスペース | 列挙型 | 関数 | 変数

src/compilation-cache.cc

#include "v8.h"
#include "compilation-cache.h"

ソースコードを見る。

ネームスペース

namespace  v8
namespace  v8::internal

列挙型

enum  { v8::internal::NUMBER_OF_ENTRY_KINDS = CompilationCache::LAST_ENTRY + 1 }

関数

static Handle
< CompilationCacheTable > 
v8::internal::AllocateTable (int size)
static Handle
< CompilationCacheTable > 
v8::internal::GetTable (CompilationCache::Entry entry)
static bool v8::internal::HasOrigin (Handle< JSFunction > boilerplate, Handle< Object > name, int line_offset, int column_offset)
static Handle< JSFunction > v8::internal::Lookup (Handle< String > source, CompilationCache::Entry entry)

変数

static Object * v8::internal::tables [NUMBER_OF_ENTRY_KINDS] = { 0, }
 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型 列挙型の値 フレンド マクロ定義