#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, } |