5 #ifndef V8_TYPE_FEEDBACK_VECTOR_INL_H_
6 #define V8_TYPE_FEEDBACK_VECTOR_INL_H_
14 return isolate->
factory()->uninitialized_symbol();
19 return isolate->
factory()->megamorphic_symbol();
24 return isolate->
factory()->megamorphic_symbol();
29 return isolate->
factory()->generic_symbol();
40 return heap->uninitialized_symbol();
static Smi * FromInt(int value)
static Handle< Object > UninitializedSentinel(Isolate *isolate)
static Handle< Object > PremonomorphicSentinel(Isolate *isolate)
static Handle< Object > MegamorphicSentinel(Isolate *isolate)
static Handle< Object > MonomorphicArraySentinel(Isolate *isolate, ElementsKind elements_kind)
static Handle< Object > GenericSentinel(Isolate *isolate)
static Object * RawUninitializedSentinel(Heap *heap)
Debugger support for the V8 JavaScript engine.