5#ifndef INCLUDE_V8_DATA_H_
6#define INCLUDE_V8_DATA_H_
16
17
21
22
26
27
31
32
36
37
41
42
46
47
51
52
56
57
61
62
70
71
78#ifdef V8_ENABLE_CHECKS
85 static void CheckCast(
Data* obj);
bool IsCppHeapExternal() const
bool IsModuleRequest() const
bool IsFunctionTemplate() const
bool IsObjectTemplate() const
bool IsFixedArray() const
Local< Data > Get(Local< Context > context, int i) const
static V8_INLINE FixedArray * Cast(Data *data)