|
const Resource * | resource () |
|
void | set_resource (const Resource *buffer) |
|
void | update_data_cache () |
|
const uint16_t * | GetChars () |
|
uint16_t | ExternalTwoByteStringGet (int index) |
|
const uint16_t * | ExternalTwoByteStringGetData (unsigned start) |
|
void | ExternalTwoByteStringIterateBody (ObjectVisitor *v) |
|
template<typename StaticVisitor > |
void | ExternalTwoByteStringIterateBody () |
|
bool | is_short () |
|
| STATIC_ASSERT (kResourceOffset==Internals::kStringResourceOffset) |
|
| STATIC_ASSERT ((kArrayIndexLengthBits > 0)) |
|
| STATIC_ASSERT (IS_POWER_OF_TWO(kMaxCachedArrayIndexLength+1)) |
|
int | length () const |
|
void | set_length (int value) |
|
int | synchronized_length () const |
|
void | synchronized_set_length (int value) |
|
bool | IsOneByteRepresentation () const |
|
bool | IsTwoByteRepresentation () const |
|
bool | IsOneByteRepresentationUnderneath () |
|
bool | IsTwoByteRepresentationUnderneath () |
|
bool | HasOnlyOneByteChars () |
|
void | Set (int index, uint16_t value) |
|
| INLINE (uint16_t Get(int index)) |
|
FlatContent | GetFlatContent () |
|
String * | GetUnderlying () |
|
bool | MarkAsUndetectable () |
|
bool | Equals (String *other) |
|
bool | IsUtf8EqualTo (Vector< const char > str, bool allow_prefix_match=false) |
|
bool | IsOneByteEqualTo (Vector< const uint8_t > str) |
|
bool | IsTwoByteEqualTo (Vector< const uc16 > str) |
|
SmartArrayPointer< char > | ToCString (AllowNullsFlag allow_nulls, RobustnessFlag robustness_flag, int offset, int length, int *length_output=0) |
|
SmartArrayPointer< char > | ToCString (AllowNullsFlag allow_nulls=DISALLOW_NULLS, RobustnessFlag robustness_flag=FAST_STRING_TRAVERSAL, int *length_output=0) |
|
SmartArrayPointer< uc16 > | ToWideCString (RobustnessFlag robustness_flag=FAST_STRING_TRAVERSAL) |
|
bool | ComputeArrayIndex (uint32_t *index) |
|
bool | MakeExternal (v8::String::ExternalStringResource *resource) |
|
bool | MakeExternal (v8::String::ExternalOneByteStringResource *resource) |
|
bool | AsArrayIndex (uint32_t *index) |
|
void | PrintOn (FILE *out) |
|
bool | LooksValid () |
|
void | StringShortPrint (StringStream *accumulator) |
|
void | PrintUC16 (OStream &os, int start=0, int end=-1) |
|
bool | IsFlat () |
|
| STATIC_ASSERT (kMaxArrayIndexSize<(1<< kArrayIndexLengthBits)) |
|
const uc16 * | GetTwoByteData (unsigned start) |
|
void | SetForwardedInternalizedString (String *string) |
|
String * | GetForwardedInternalizedString () |
|
uint32_t | hash_field () |
|
void | set_hash_field (uint32_t value) |
|
bool | HasHashCode () |
|
uint32_t | Hash () |
|
bool | Equals (Name *other) |
|
bool | AsArrayIndex (uint32_t *index) |
|
bool | IsOwn () |
|
| STATIC_ASSERT ((kArrayIndexLengthBits > 0)) |
|
| STATIC_ASSERT (IS_POWER_OF_TWO(kMaxCachedArrayIndexLength+1)) |
|
Map * | map () const |
|
void | set_map (Map *value) |
|
void | set_map_no_write_barrier (Map *value) |
|
Map * | synchronized_map () |
|
MapWord | synchronized_map_word () const |
|
void | synchronized_set_map (Map *value) |
|
void | synchronized_set_map_no_write_barrier (Map *value) |
|
void | synchronized_set_map_word (MapWord map_word) |
|
MapWord | map_word () const |
|
void | set_map_word (MapWord map_word) |
|
Heap * | GetHeap () const |
|
Isolate * | GetIsolate () const |
|
Address | address () |
|
void | Iterate (ObjectVisitor *v) |
|
void | IterateBody (InstanceType type, int object_size, ObjectVisitor *v) |
|
int | Size () |
|
bool | MayContainRawValues () |
|
int | SizeFromMap (Map *map) |
|
WriteBarrierMode | GetWriteBarrierMode (const DisallowHeapAllocation &promise) |
|
void | HeapObjectShortPrint (OStream &os) |
|
| STATIC_ASSERT (kMapOffset==Internals::kHeapObjectMapOffset) |
|
bool | IsObject () const |
|
| INLINE (bool IsFixedArrayBase() const) |
|
| INLINE (bool IsExternal() const) |
|
| INLINE (bool IsAccessorInfo() const) |
|
| INLINE (bool IsStruct() const) |
|
| INLINE (bool IsSpecObject()) const |
|
| INLINE (bool IsSpecFunction()) const |
|
| INLINE (bool IsTemplateInfo()) const |
|
| INLINE (bool IsNameDictionary() const) |
|
| INLINE (bool IsSeededNumberDictionary() const) |
|
| INLINE (bool IsUnseededNumberDictionary() const) |
|
| INLINE (bool IsOrderedHashSet() const) |
|
| INLINE (bool IsOrderedHashMap() const) |
|
bool | IsCallable () const |
|
| INLINE (bool IsUndefined() const) |
|
| INLINE (bool IsNull() const) |
|
| INLINE (bool IsTheHole() const) |
|
| INLINE (bool IsException() const) |
|
| INLINE (bool IsUninitialized() const) |
|
| INLINE (bool IsTrue() const) |
|
| INLINE (bool IsFalse() const) |
|
| INLINE (bool IsArgumentsMarker() const) |
|
| INLINE (bool IsFiller() const) |
|
double | Number () |
|
| INLINE (bool IsNaN() const) |
|
| INLINE (bool IsMinusZero() const) |
|
bool | ToInt32 (int32_t *value) |
|
bool | ToUint32 (uint32_t *value) |
|
Representation | OptimalRepresentation () |
|
bool | FitsRepresentation (Representation representation) |
|
Handle< HeapType > | OptimalType (Isolate *isolate, Representation representation) |
|
bool | HasValidElements () |
|
bool | HasSpecificClassOf (String *name) |
|
bool | BooleanValue () |
|
Object * | GetHash () |
|
bool | SameValue (Object *other) |
|
bool | SameValueZero (Object *other) |
|
bool | ToArrayIndex (uint32_t *index) |
|
bool | IsStringObjectWithCharacterAt (uint32_t index) |
|
void | VerifyApiCallResultType () |
|
void | ShortPrint (FILE *out=stdout) |
|
void | ShortPrint (StringStream *accumulator) |
|
|
static Handle< String > | Flatten (Handle< String > string, PretenureFlag pretenure=NOT_TENURED) |
|
static bool | Equals (Handle< String > one, Handle< String > two) |
|
template<typename sinkchar > |
static void | WriteToFlat (String *source, sinkchar *sink, int from, int to) |
|
static int | NonAsciiStart (const char *chars, int length) |
|
static bool | IsAscii (const char *chars, int length) |
|
static bool | IsAscii (const uint8_t *chars, int length) |
|
static int | NonOneByteStart (const uc16 *chars, int length) |
|
static bool | IsOneByte (const uc16 *chars, int length) |
|
template<class Visitor > |
static ConsString * | VisitFlat (Visitor *visitor, String *string, int offset=0) |
|
static Handle< FixedArray > | CalculateLineEnds (Handle< String > string, bool include_ending_line) |
|
static bool | Equals (Handle< Name > one, Handle< Name > two) |
|
static HeapObject * | FromAddress (Address address) |
|
static Object ** | RawField (HeapObject *obj, int offset) |
|
static void | UpdateMapCodeCache (Handle< HeapObject > object, Handle< Name > name, Handle< Code > code) |
|
static Handle< Object > | NewStorageFor (Isolate *isolate, Handle< Object > object, Representation representation) |
|
static Handle< Object > | WrapForRead (Isolate *isolate, Handle< Object > object, Representation representation) |
|
static MaybeHandle< JSReceiver > | ToObject (Isolate *isolate, Handle< Object > object) |
|
static MaybeHandle< JSReceiver > | ToObject (Isolate *isolate, Handle< Object > object, Handle< Context > context) |
|
static MUST_USE_RESULT MaybeHandle< Smi > | ToSmi (Isolate *isolate, Handle< Object > object) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetProperty (LookupIterator *it) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetProperty (Handle< Object > object, Handle< Name > key, Handle< Object > value, StrictMode strict_mode, StoreFromKeyed store_mode=MAY_BE_STORE_FROM_KEYED) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetProperty (LookupIterator *it, Handle< Object > value, StrictMode strict_mode, StoreFromKeyed store_mode, StorePropertyMode data_store_mode=NORMAL_PROPERTY) |
|
static MUST_USE_RESULT MaybeHandle< Object > | WriteToReadOnlyProperty (LookupIterator *it, Handle< Object > value, StrictMode strict_mode) |
|
static Handle< Object > | SetDataProperty (LookupIterator *it, Handle< Object > value) |
|
static MUST_USE_RESULT MaybeHandle< Object > | AddDataProperty (LookupIterator *it, Handle< Object > value, PropertyAttributes attributes, StrictMode strict_mode, StoreFromKeyed store_mode) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetPropertyOrElement (Handle< Object > object, Handle< Name > key) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetProperty (Isolate *isolate, Handle< Object > object, const char *key) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetProperty (Handle< Object > object, Handle< Name > key) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetPropertyWithAccessor (Handle< Object > receiver, Handle< Name > name, Handle< JSObject > holder, Handle< Object > structure) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetPropertyWithAccessor (Handle< Object > receiver, Handle< Name > name, Handle< Object > value, Handle< JSObject > holder, Handle< Object > structure, StrictMode strict_mode) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetPropertyWithDefinedGetter (Handle< Object > receiver, Handle< JSReceiver > getter) |
|
static MUST_USE_RESULT MaybeHandle< Object > | SetPropertyWithDefinedSetter (Handle< Object > receiver, Handle< JSReceiver > setter, Handle< Object > value) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetElement (Isolate *isolate, Handle< Object > object, uint32_t index) |
|
static MUST_USE_RESULT MaybeHandle< Object > | GetElementWithReceiver (Isolate *isolate, Handle< Object > object, Handle< Object > receiver, uint32_t index) |
|
static Handle< Smi > | GetOrCreateHash (Isolate *isolate, Handle< Object > object) |
|
void | IteratePointers (ObjectVisitor *v, int start, int end) |
|
void | IteratePointer (ObjectVisitor *v, int offset) |
|
void | IterateNextCodeLink (ObjectVisitor *v, int offset) |
|
static bool | IsHashFieldComputed (uint32_t field) |
|
Definition at line 9192 of file objects.h.