#include "v8.h"
#include "accessors.h"
#include "api.h"
#include "arguments.h"
#include "execution.h"
#include "ic-inl.h"
#include "runtime.h"
#include "stub-cache.h"
ネームスペース | |
namespace | v8 |
namespace | v8::internal |
マクロ定義 | |
#define | ADDR(name) FUNCTION_ADDR(name), |
関数 | |
Object * | v8::internal::CallIC_Miss (Arguments args) |
Object * | v8::internal::LoadIC_Miss (Arguments args) |
Object * | v8::internal::KeyedLoadIC_Miss (Arguments args) |
Object * | v8::internal::StoreIC_Miss (Arguments args) |
Object * | v8::internal::SharedStoreIC_ExtendStorage (Arguments args) |
Object * | v8::internal::KeyedStoreIC_Miss (Arguments args) |
変数 | |
static Address | v8::internal::IC_utilities [] |
#define ADDR | ( | name | ) | FUNCTION_ADDR(name), |