v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <objects.h>
Public Types | |
typedef v8::String::ExternalAsciiStringResource | Resource |
Public Types inherited from String | |
enum | Encoding { ONE_BYTE_ENCODING, TWO_BYTE_ENCODING } |
Public Types inherited from Object | |
enum | ValueType { OPTIMAL_REPRESENTATION, FORCE_TAGGED } |
Static Public Member Functions | |
static ExternalAsciiString * | cast (Object *obj) |
Static Public Member Functions inherited from ExternalString | |
static ExternalString * | cast (Object *obj) |
Static Public Member Functions inherited from String | |
static String * | cast (Object *obj) |
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 , class ConsOp > | |
static void | Visit (String *string, unsigned offset, Visitor &visitor, ConsOp &cons_op, int32_t type, unsigned length) |
template<class Visitor > | |
static ConsString * | VisitFlat (Visitor *visitor, String *string, int offset, int length, int32_t type) |
template<class Visitor > | |
static ConsString * | VisitFlat (Visitor *visitor, String *string, int offset=0) |
Static Public Member Functions inherited from Name | |
static Name * | cast (Object *obj) |
Static Public Member Functions inherited from HeapObject | |
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 HeapObject * | cast (Object *obj) |
Static Public Member Functions inherited from Object | |
static MUST_USE_RESULT Handle < Object > | ToSmi (Isolate *isolate, Handle< Object > object) |
static Handle< Object > | GetPropertyWithReceiver (Handle< Object > object, Handle< Object > receiver, Handle< Name > name, PropertyAttributes *attributes) |
static Handle< Object > | GetProperty (Handle< Object > object, Handle< Name > key) |
static Handle< Object > | GetProperty (Handle< Object > object, Handle< Object > receiver, LookupResult *result, Handle< Name > key, PropertyAttributes *attributes) |
static MUST_USE_RESULT MaybeObject * | GetPropertyOrFail (Handle< Object > object, Handle< Object > receiver, LookupResult *result, Handle< Name > key, PropertyAttributes *attributes) |
static Handle< Object > | GetElement (Isolate *isolate, Handle< Object > object, uint32_t index) |
static Handle< Object > | GetElementNoExceptionThrown (Isolate *isolate, Handle< Object > object, uint32_t index) |
static Handle< Object > | GetElementWithReceiver (Isolate *isolate, Handle< Object > object, Handle< Object > receiver, uint32_t index) |
static Handle< Object > | GetOrCreateHash (Handle< Object > object, Isolate *isolate) |
static Object * | cast (Object *value) |
Static Public Attributes | |
static const bool | kHasAsciiEncoding = true |
Static Public Attributes inherited from ExternalString | |
static const int | kResourceOffset = POINTER_SIZE_ALIGN(String::kSize) |
static const int | kShortSize = kResourceOffset + kPointerSize |
static const int | kResourceDataOffset = kResourceOffset + kPointerSize |
static const int | kSize = kResourceDataOffset + kPointerSize |
static const int | kMaxShortLength |
Static Public Attributes inherited from String | |
static const int | kLengthOffset = Name::kSize |
static const int | kSize = kLengthOffset + kPointerSize |
static const int | kMaxArrayIndexSize = 10 |
static const int32_t | kMaxOneByteCharCode = unibrow::Latin1::kMaxChar |
static const uint32_t | kMaxOneByteCharCodeU = unibrow::Latin1::kMaxChar |
static const int | kMaxUtf16CodeUnit = 0xffff |
static const int | kEmptyStringHash = kIsNotArrayIndexMask |
static const int | kMaxLength = (1 << 28) - 16 |
static const int | kMaxHashCalcLength = 16383 |
static const int | kMaxShortPrintLength = 1024 |
Static Public Attributes inherited from Name | |
static const int | kHashFieldOffset = HeapObject::kHeaderSize |
static const int | kSize = kHashFieldOffset + kPointerSize |
static const int | kHashNotComputedMask = 1 |
static const int | kIsNotArrayIndexMask = 1 << 1 |
static const int | kNofHashBitFields = 2 |
static const int | kHashShift = kNofHashBitFields |
static const uint32_t | kHashBitMask = 0xffffffffu >> kHashShift |
static const int | kMaxCachedArrayIndexLength = 7 |
static const int | kArrayIndexValueBits = 24 |
static const int | kArrayIndexLengthBits |
static const int | kArrayIndexHashLengthShift |
static const int | kArrayIndexHashMask = (1 << kArrayIndexHashLengthShift) - 1 |
static const int | kArrayIndexValueMask |
static const unsigned int | kContainsCachedArrayIndexMask |
static const int | kEmptyHashField |
Static Public Attributes inherited from HeapObject | |
static const int | kMapOffset = Object::kHeaderSize |
static const int | kHeaderSize = kMapOffset + kPointerSize |
Static Public Attributes inherited from Object | |
static const int | kHeaderSize = 0 |
Additional Inherited Members | |
Protected Member Functions inherited from HeapObject | |
void | IteratePointers (ObjectVisitor *v, int start, int end) |
void | IteratePointer (ObjectVisitor *v, int offset) |
void | IterateNextCodeLink (ObjectVisitor *v, int offset) |
Static Protected Member Functions inherited from Name | |
static bool | IsHashFieldComputed (uint32_t field) |
|
inlinestatic |
Referenced by Heap::AllocateExternalStringFromAscii(), Deserializer::Deserialize(), String::GetFlatContent(), Script::HasValidSource(), String::MakeExternal(), GlobalHandles::Node::PostGarbageCollectionProcessing(), NativeRegExpMacroAssembler::StringCharacterPosition(), String::Visit(), Serializer::ObjectSerializer::VisitExternalAsciiString(), and String::WriteToFlat().
|
inline |
Definition at line 3272 of file objects-inl.h.
References ASSERT, and FixedArrayBase::length().
|
inline |
Definition at line 6812 of file objects-inl.h.
References FIELD_ADDR.
|
inline |
Definition at line 6820 of file objects-inl.h.
References FIELD_ADDR.
|
inline |
Definition at line 3267 of file objects-inl.h.
Referenced by String::GetFlatContent(), and NativeRegExpMacroAssembler::StringCharacterPosition().
|
inline |
Definition at line 3245 of file objects-inl.h.
References FIELD_ADDR.
Referenced by Script::HasValidSource(), and GlobalHandles::Node::PostGarbageCollectionProcessing().
|
inline |
Definition at line 3258 of file objects-inl.h.
References ASSERT, FIELD_ADDR, v8::internal::IsAligned(), v8::internal::kPointerSize, and v8::internal::NULL.
Referenced by Heap::AllocateExternalStringFromAscii().
|
inline |
Definition at line 3250 of file objects-inl.h.
References FIELD_ADDR.
Referenced by Deserializer::Deserialize().