|
v8
|
This is the complete list of members for v8::String, including all inherited members.
| BooleanValue(Local< Context > context) const | v8::Value | |
| CanMakeExternal() | v8::String | |
| Cast(v8::Value *obj) | v8::String | static |
| v8::Primitive::Cast(T *value) | v8::Value | static |
| Concat(Handle< String > left, Handle< String > right) | v8::String | static |
| ContainsOnlyOneByte() const | v8::String | |
| Empty(Isolate *isolate) | v8::String | static |
| Encoding enum name | v8::String | |
| Equals(Local< Context > context, Handle< Value > that) const | v8::Value | |
| GetExternalOneByteStringResource() const | v8::String | |
| GetExternalStringResource() const | v8::String | |
| GetExternalStringResourceBase(Encoding *encoding_out) const | v8::String | |
| GetIdentityHash() | v8::Name | |
| HINT_MANY_WRITES_EXPECTED enum value | v8::String | |
| Int32Value(Local< Context > context) const | v8::Value | |
| IntegerValue(Local< Context > context) const | v8::Value | |
| IsArgumentsObject() const | v8::Value | |
| IsArray() const | v8::Value | |
| IsArrayBuffer() const | v8::Value | |
| IsArrayBufferView() const | v8::Value | |
| IsBoolean() const | v8::Value | |
| IsBooleanObject() const | v8::Value | |
| IsDataView() const | v8::Value | |
| IsDate() const | v8::Value | |
| IsExternal() const | v8::String | |
| IsExternalOneByte() const | v8::String | |
| IsFalse() const | v8::Value | |
| IsFloat32Array() const | v8::Value | |
| IsFloat32x4() const | v8::Value | |
| IsFloat64Array() const | v8::Value | |
| IsFunction() const | v8::Value | |
| IsGeneratorFunction() const | v8::Value | |
| IsGeneratorObject() const | v8::Value | |
| IsInt16Array() const | v8::Value | |
| IsInt32() const | v8::Value | |
| IsInt32Array() const | v8::Value | |
| IsInt8Array() const | v8::Value | |
| IsMap() const | v8::Value | |
| IsMapIterator() const | v8::Value | |
| IsName() const | v8::Value | |
| IsNativeError() const | v8::Value | |
| IsNull() const | v8::Value | |
| IsNumber() const | v8::Value | |
| IsNumberObject() const | v8::Value | |
| IsObject() const | v8::Value | |
| IsOneByte() const | v8::String | |
| IsPromise() const | v8::Value | |
| IsRegExp() const | v8::Value | |
| IsSet() const | v8::Value | |
| IsSetIterator() const | v8::Value | |
| IsSharedArrayBuffer() const | v8::Value | |
| IsString() const | v8::Value | |
| IsStringObject() const | v8::Value | |
| IsSymbol() const | v8::Value | |
| IsSymbolObject() const | v8::Value | |
| IsTrue() const | v8::Value | |
| IsTypedArray() const | v8::Value | |
| IsUint16Array() const | v8::Value | |
| IsUint32() const | v8::Value | |
| IsUint32Array() const | v8::Value | |
| IsUint8Array() const | v8::Value | |
| IsUint8ClampedArray() const | v8::Value | |
| IsUndefined() const | v8::Value | |
| IsWeakMap() const | v8::Value | |
| IsWeakSet() const | v8::Value | |
| kInternalizedString enum value | v8::String | |
| kMaxLength | v8::String | static |
| kNormalString enum value | v8::String | |
| Length() const | v8::String | |
| MakeExternal(ExternalStringResource *resource) | v8::String | |
| MakeExternal(ExternalOneByteStringResource *resource) | v8::String | |
| NewExternalOneByte(Isolate *isolate, ExternalOneByteStringResource *resource) | v8::String | static |
| NewExternalTwoByte(Isolate *isolate, ExternalStringResource *resource) | v8::String | static |
| NewFromOneByte(Isolate *isolate, const uint8_t *data, v8::NewStringType type, int length=-1) | v8::String | static |
| NewFromTwoByte(Isolate *isolate, const uint16_t *data, v8::NewStringType type, int length=-1) | v8::String | static |
| NewFromUtf8(Isolate *isolate, const char *data, v8::NewStringType type, int length=-1) | v8::String | static |
| NewStringType enum name | v8::String | |
| NO_NULL_TERMINATION enum value | v8::String | |
| NO_OPTIONS enum value | v8::String | |
| NumberValue(Local< Context > context) const | v8::Value | |
| ONE_BYTE_ENCODING enum value | v8::String | |
| PRESERVE_ONE_BYTE_NULL enum value | v8::String | |
| REPLACE_INVALID_UTF8 enum value | v8::String | |
| SameValue(Handle< Value > that) const | v8::Value | |
| StrictEquals(Handle< Value > that) const | v8::Value | |
| ToArrayIndex(Local< Context > context) const | v8::Value | |
| ToBoolean(Local< Context > context) const | v8::Value | |
| ToDetailString(Local< Context > context) const | v8::Value | |
| ToInt32(Local< Context > context) const | v8::Value | |
| ToInteger(Local< Context > context) const | v8::Value | |
| ToNumber(Local< Context > context) const | v8::Value | |
| ToObject(Local< Context > context) const | v8::Value | |
| ToString(Local< Context > context) const | v8::Value | |
| ToUint32(Local< Context > context) const | v8::Value | |
| TWO_BYTE_ENCODING enum value | v8::String | |
| Uint32Value(Local< Context > context) const | v8::Value | |
| UNKNOWN_ENCODING enum value | v8::String | |
| Utf8Length() const | v8::String | |
| V8_DEPRECATE_SOON("Use maybe version", Local< String > NewFromUtf8(Isolate *isolate, const char *data, NewStringType type=kNormalString, int length=-1)) | v8::String | static |
| V8_DEPRECATE_SOON("Use maybe version", Local< String > NewFromOneByte(Isolate *isolate, const uint8_t *data, NewStringType type=kNormalString, int length=-1)) | v8::String | static |
| V8_DEPRECATE_SOON("Use maybe version", Local< String > NewFromTwoByte(Isolate *isolate, const uint16_t *data, NewStringType type=kNormalString, int length=-1)) | v8::String | static |
| V8_DEPRECATE_SOON("Use maybe version", Local< String > NewExternal(Isolate *isolate, ExternalStringResource *resource)) | v8::String | static |
| V8_DEPRECATE_SOON("Use maybe version", Local< String > NewExternal(Isolate *isolate, ExternalOneByteStringResource *resource)) | v8::String | static |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Boolean > ToBoolean(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Number > ToNumber(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< String > ToString(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< String > ToDetailString(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Object > ToObject(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Integer > ToInteger(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Uint32 > ToUint32(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Int32 > ToInt32(Isolate *isolate) const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Boolean > ToBoolean() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Number > ToNumber() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< String > ToString() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< String > ToDetailString() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Object > ToObject() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Integer > ToInteger() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Uint32 > ToUint32() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Int32 > ToInt32() const) | v8::Value | inline |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", Local< Uint32 > ToArrayIndex() const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", bool BooleanValue() const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", double NumberValue() const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", int64_t IntegerValue() const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", uint32_t Uint32Value() const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", int32_t Int32Value() const) | v8::Value | |
| v8::Name::V8_DEPRECATE_SOON("Use maybe version", bool Equals(Handle< Value > that) const) | v8::Value | |
| Write(uint16_t *buffer, int start=0, int length=-1, int options=NO_OPTIONS) const | v8::String | |
| WriteOneByte(uint8_t *buffer, int start=0, int length=-1, int options=NO_OPTIONS) const | v8::String | |
| WriteOptions enum name | v8::String | |
| WriteUtf8(char *buffer, int length=-1, int *nchars_ref=NULL, int options=NO_OPTIONS) const | v8::String |
1.8.8