|
| bool | is_short () |
| |
| | STATIC_CHECK (kResourceOffset==Internals::kStringResourceOffset) |
| |
| int | length () |
| |
| void | set_length (int value) |
| |
| uint32_t | hash_field () |
| |
| void | set_hash_field (uint32_t value) |
| |
| bool | IsAsciiRepresentation () |
| |
| bool | IsTwoByteRepresentation () |
| |
| bool | IsAsciiRepresentationUnderneath () |
| |
| bool | IsTwoByteRepresentationUnderneath () |
| |
| bool | HasOnlyAsciiChars () |
| |
| void | Set (int index, uint16_t value) |
| |
| | INLINE (uint16_t Get(int index)) |
| |
| MaybeObject * | TryFlatten (PretenureFlag pretenure=NOT_TENURED) |
| |
| String * | TryFlattenGetString (PretenureFlag pretenure=NOT_TENURED) |
| |
| FlatContent | GetFlatContent () |
| |
| String * | GetUnderlying () |
| |
| bool | MarkAsUndetectable () |
| |
| MUST_USE_RESULT MaybeObject * | SubString (int from, int to, PretenureFlag pretenure=NOT_TENURED) |
| |
| bool | Equals (String *other) |
| |
| bool | IsEqualTo (Vector< const char > str) |
| |
| bool | IsAsciiEqualTo (Vector< const char > 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 | HasHashCode () |
| |
| uint32_t | Hash () |
| |
| bool | MakeExternal (v8::String::ExternalStringResource *resource) |
| |
| bool | MakeExternal (v8::String::ExternalAsciiStringResource *resource) |
| |
| bool | AsArrayIndex (uint32_t *index) |
| |
| void | PrintOn (FILE *out) |
| |
| bool | LooksValid () |
| |
| void | StringShortPrint (StringStream *accumulator) |
| |
| bool | IsFlat () |
| |
| | STATIC_CHECK ((kArrayIndexLengthBits > 0)) |
| |
| | STATIC_CHECK (kMaxArrayIndexSize< (1<< kArrayIndexLengthBits)) |
| |
| | STATIC_CHECK (IS_POWER_OF_TWO(kMaxCachedArrayIndexLength+1)) |
| |
| const uc16 * | GetTwoByteData () |
| |
| const uc16 * | GetTwoByteData (unsigned start) |
| |
| Map * | map () |
| |
| void | set_map (Map *value) |
| |
| void | set_map_no_write_barrier (Map *value) |
| |
| MapWord | map_word () |
| |
| void | set_map_word (MapWord map_word) |
| |
| Heap * | GetHeap () |
| |
| Isolate * | GetIsolate () |
| |
| Address | address () |
| |
| void | Iterate (ObjectVisitor *v) |
| |
| void | IterateBody (InstanceType type, int object_size, ObjectVisitor *v) |
| |
| int | Size () |
| |
| int | SizeFromMap (Map *map) |
| |
| WriteBarrierMode | GetWriteBarrierMode (const AssertNoAllocation &) |
| |
| void | HeapObjectShortPrint (StringStream *accumulator) |
| |
| | STATIC_CHECK (kMapOffset==Internals::kHeapObjectMapOffset) |
| |
| bool | IsObject () |
| |
| bool | IsFixedArrayBase () |
| |
| bool | IsInstanceOf (FunctionTemplateInfo *type) |
| |
| bool | IsStruct () |
| |
| | INLINE (bool IsSpecObject()) |
| |
| | INLINE (bool IsSpecFunction()) |
| |
| | INLINE (bool IsUndefined()) |
| |
| | INLINE (bool IsNull()) |
| |
| | INLINE (bool IsTheHole()) |
| |
| | INLINE (bool IsTrue()) |
| |
| | INLINE (bool IsFalse()) |
| |
| bool | IsArgumentsMarker () |
| |
| bool | NonFailureIsHeapObject () |
| |
| bool | IsFiller () |
| |
| double | Number () |
| |
| bool | IsNaN () |
| |
| bool | HasValidElements () |
| |
| bool | HasSpecificClassOf (String *name) |
| |
| MUST_USE_RESULT MaybeObject * | ToObject () |
| |
| Object * | ToBoolean () |
| |
| MUST_USE_RESULT MaybeObject * | ToObject (Context *native_context) |
| |
| MUST_USE_RESULT MaybeObject * | ToSmi () |
| |
| void | Lookup (String *name, LookupResult *result) |
| |
| MUST_USE_RESULT MaybeObject * | GetProperty (String *key) |
| |
| MUST_USE_RESULT MaybeObject * | GetProperty (String *key, PropertyAttributes *attributes) |
| |
| MUST_USE_RESULT MaybeObject * | GetPropertyWithReceiver (Object *receiver, String *key, PropertyAttributes *attributes) |
| |
| MUST_USE_RESULT MaybeObject * | GetProperty (Object *receiver, LookupResult *result, String *key, PropertyAttributes *attributes) |
| |
| MUST_USE_RESULT MaybeObject * | GetPropertyWithDefinedGetter (Object *receiver, JSReceiver *getter) |
| |
| MUST_USE_RESULT MaybeObject * | GetElement (uint32_t index) |
| |
| Object * | GetElementNoExceptionThrown (uint32_t index) |
| |
| MUST_USE_RESULT MaybeObject * | GetElementWithReceiver (Object *receiver, uint32_t index) |
| |
| Object * | GetPrototype () |
| |
| MUST_USE_RESULT MaybeObject * | GetHash (CreationFlag flag) |
| |
| bool | SameValue (Object *other) |
| |
| bool | ToArrayIndex (uint32_t *index) |
| |
| bool | IsStringObjectWithCharacterAt (uint32_t index) |
| |
| void | VerifyApiCallResultType () |
| |
| void | ShortPrint () |
| |
| void | ShortPrint (FILE *out) |
| |
| void | ShortPrint (StringStream *accumulator) |
| |
|
| static ExternalString * | cast (Object *obj) |
| |
| static uint32_t | ComputeHashField (unibrow::CharacterStream *buffer, int length, uint32_t seed) |
| |
| static bool | ComputeArrayIndex (unibrow::CharacterStream *buffer, uint32_t *index, int length) |
| |
| static String * | cast (Object *obj) |
| |
| static const unibrow::byte * | ReadBlock (String *input, unibrow::byte *util_buffer, unsigned capacity, unsigned *remaining, unsigned *offset) |
| |
| static const unibrow::byte * | ReadBlock (String **input, unibrow::byte *util_buffer, unsigned capacity, unsigned *remaining, unsigned *offset) |
| |
| 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 int | NonAsciiStart (const uc16 *chars, int length) |
| |
| static bool | IsAscii (const uc16 *chars, int length) |
| |
| static HeapObject * | FromAddress (Address address) |
| |
| static Object ** | RawField (HeapObject *obj, int offset) |
| |
| static HeapObject * | cast (Object *obj) |
| |
| static Handle< Object > | GetProperty (Handle< Object > object, Handle< Object > receiver, LookupResult *result, Handle< String > key, PropertyAttributes *attributes) |
| |
| static Handle< Object > | GetElement (Handle< Object > object, uint32_t index) |
| |
| static Object * | cast (Object *value) |
| |
Definition at line 7739 of file objects.h.