|
v8
|
#include <v8.h>
Public Member Functions | |
| V8_INLINE bool | IsUndefined () const |
| V8_INLINE bool | IsNull () const |
| bool | IsTrue () const |
| bool | IsFalse () const |
| bool | IsName () const |
| V8_INLINE bool | IsString () const |
| bool | IsSymbol () const |
| bool | IsFunction () const |
| bool | IsArray () const |
| bool | IsObject () const |
| bool | IsBoolean () const |
| bool | IsNumber () const |
| bool | IsExternal () const |
| bool | IsInt32 () const |
| bool | IsUint32 () const |
| bool | IsDate () const |
| bool | IsArgumentsObject () const |
| bool | IsBooleanObject () const |
| bool | IsNumberObject () const |
| bool | IsStringObject () const |
| bool | IsSymbolObject () const |
| bool | IsNativeError () const |
| bool | IsRegExp () const |
| bool | IsGeneratorFunction () const |
| bool | IsGeneratorObject () const |
| bool | IsPromise () const |
| bool | IsMap () const |
| bool | IsSet () const |
| bool | IsMapIterator () const |
| bool | IsSetIterator () const |
| bool | IsWeakMap () const |
| bool | IsWeakSet () const |
| bool | IsArrayBuffer () const |
| bool | IsArrayBufferView () const |
| bool | IsTypedArray () const |
| bool | IsUint8Array () const |
| bool | IsUint8ClampedArray () const |
| bool | IsInt8Array () const |
| bool | IsUint16Array () const |
| bool | IsInt16Array () const |
| bool | IsUint32Array () const |
| bool | IsInt32Array () const |
| bool | IsFloat32Array () const |
| bool | IsFloat64Array () const |
| bool | IsFloat32x4 () const |
| bool | IsDataView () const |
| bool | IsSharedArrayBuffer () const |
| V8_WARN_UNUSED_RESULT MaybeLocal< Boolean > | ToBoolean (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< Number > | ToNumber (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< String > | ToString (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< String > | ToDetailString (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< Object > | ToObject (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< Integer > | ToInteger (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< Uint32 > | ToUint32 (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT MaybeLocal< Int32 > | ToInt32 (Local< Context > context) const |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Boolean > ToBoolean(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Number > ToNumber(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< String > ToString(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< String > ToDetailString(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Object > ToObject(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Integer > ToInteger(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Uint32 > ToUint32(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Int32 > ToInt32(Isolate *isolate) const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Boolean > ToBoolean() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Number > ToNumber() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< String > ToString() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< String > ToDetailString() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Object > ToObject() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Integer > ToInteger() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Uint32 > ToUint32() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Int32 > ToInt32() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", Local< Uint32 > ToArrayIndex() const) | |
| V8_WARN_UNUSED_RESULT MaybeLocal< Uint32 > | ToArrayIndex (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT Maybe< bool > | BooleanValue (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT Maybe < double > | NumberValue (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT Maybe < int64_t > | IntegerValue (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT Maybe < uint32_t > | Uint32Value (Local< Context > context) const |
| V8_WARN_UNUSED_RESULT Maybe < int32_t > | Int32Value (Local< Context > context) const |
| V8_DEPRECATE_SOON ("Use maybe version", bool BooleanValue() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", double NumberValue() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", int64_t IntegerValue() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", uint32_t Uint32Value() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", int32_t Int32Value() const) | |
| V8_DEPRECATE_SOON ("Use maybe version", bool Equals(Handle< Value > that) const) | |
| V8_WARN_UNUSED_RESULT Maybe< bool > | Equals (Local< Context > context, Handle< Value > that) const |
| bool | StrictEquals (Handle< Value > that) const |
| bool | SameValue (Handle< Value > that) const |
| template<class T > | |
| Value * | Cast (T *value) |
Static Public Member Functions | |
| template<class T > | |
| static V8_INLINE Value * | Cast (T *value) |
The superclass of all JavaScript values and objects.
|
static |
| Value* v8::Value::Cast | ( | T * | value | ) |
| V8_WARN_UNUSED_RESULT Maybe<bool> v8::Value::Equals | ( | Local< Context > | context, |
| Handle< Value > | that | ||
| ) | const |
| bool v8::Value::IsArgumentsObject | ( | ) | const |
Returns true if this value is an Arguments object.
| bool v8::Value::IsArray | ( | ) | const |
Returns true if this value is an array.
| bool v8::Value::IsArrayBuffer | ( | ) | const |
Returns true if this value is an ArrayBuffer. This is an experimental feature.
| bool v8::Value::IsArrayBufferView | ( | ) | const |
Returns true if this value is an ArrayBufferView. This is an experimental feature.
| bool v8::Value::IsBoolean | ( | ) | const |
Returns true if this value is boolean.
| bool v8::Value::IsBooleanObject | ( | ) | const |
Returns true if this value is a Boolean object.
| bool v8::Value::IsDataView | ( | ) | const |
Returns true if this value is a DataView. This is an experimental feature.
| bool v8::Value::IsDate | ( | ) | const |
Returns true if this value is a Date.
| bool v8::Value::IsExternal | ( | ) | const |
Returns true if this value is external.
| bool v8::Value::IsFalse | ( | ) | const |
Returns true if this value is false.
| bool v8::Value::IsFloat32Array | ( | ) | const |
Returns true if this value is a Float32Array. This is an experimental feature.
| bool v8::Value::IsFloat32x4 | ( | ) | const |
Returns true if this value is a SIMD Float32x4. This is an experimental feature.
| bool v8::Value::IsFloat64Array | ( | ) | const |
Returns true if this value is a Float64Array. This is an experimental feature.
| bool v8::Value::IsFunction | ( | ) | const |
Returns true if this value is a function.
| bool v8::Value::IsGeneratorFunction | ( | ) | const |
Returns true if this value is a Generator function. This is an experimental feature.
| bool v8::Value::IsGeneratorObject | ( | ) | const |
Returns true if this value is a Generator object (iterator). This is an experimental feature.
| bool v8::Value::IsInt16Array | ( | ) | const |
Returns true if this value is an Int16Array. This is an experimental feature.
| bool v8::Value::IsInt32 | ( | ) | const |
Returns true if this value is a 32-bit signed integer.
| bool v8::Value::IsInt32Array | ( | ) | const |
Returns true if this value is an Int32Array. This is an experimental feature.
| bool v8::Value::IsInt8Array | ( | ) | const |
Returns true if this value is an Int8Array. This is an experimental feature.
| bool v8::Value::IsMap | ( | ) | const |
Returns true if this value is a Map.
| bool v8::Value::IsMapIterator | ( | ) | const |
Returns true if this value is a Map Iterator.
| bool v8::Value::IsName | ( | ) | const |
Returns true if this value is a symbol or a string. This is an experimental feature.
| bool v8::Value::IsNativeError | ( | ) | const |
Returns true if this value is a NativeError.
| bool v8::Value::IsNull | ( | ) | const |
Returns true if this value is the null value. See ECMA-262 4.3.11.
| bool v8::Value::IsNumber | ( | ) | const |
Returns true if this value is a number.
| bool v8::Value::IsNumberObject | ( | ) | const |
Returns true if this value is a Number object.
| bool v8::Value::IsObject | ( | ) | const |
Returns true if this value is an object.
| bool v8::Value::IsPromise | ( | ) | const |
Returns true if this value is a Promise. This is an experimental feature.
| bool v8::Value::IsRegExp | ( | ) | const |
Returns true if this value is a RegExp.
| bool v8::Value::IsSet | ( | ) | const |
Returns true if this value is a Set.
| bool v8::Value::IsSetIterator | ( | ) | const |
Returns true if this value is a Set Iterator.
| bool v8::Value::IsSharedArrayBuffer | ( | ) | const |
Returns true if this value is a SharedArrayBuffer. This is an experimental feature.
| bool v8::Value::IsString | ( | ) | const |
Returns true if this value is an instance of the String type. See ECMA-262 8.4.
| bool v8::Value::IsStringObject | ( | ) | const |
Returns true if this value is a String object.
| bool v8::Value::IsSymbol | ( | ) | const |
Returns true if this value is a symbol. This is an experimental feature.
| bool v8::Value::IsSymbolObject | ( | ) | const |
Returns true if this value is a Symbol object. This is an experimental feature.
| bool v8::Value::IsTrue | ( | ) | const |
Returns true if this value is true.
| bool v8::Value::IsTypedArray | ( | ) | const |
Returns true if this value is one of TypedArrays. This is an experimental feature.
| bool v8::Value::IsUint16Array | ( | ) | const |
Returns true if this value is an Uint16Array. This is an experimental feature.
| bool v8::Value::IsUint32 | ( | ) | const |
Returns true if this value is a 32-bit unsigned integer.
| bool v8::Value::IsUint32Array | ( | ) | const |
Returns true if this value is an Uint32Array. This is an experimental feature.
| bool v8::Value::IsUint8Array | ( | ) | const |
Returns true if this value is an Uint8Array. This is an experimental feature.
| bool v8::Value::IsUint8ClampedArray | ( | ) | const |
Returns true if this value is an Uint8ClampedArray. This is an experimental feature.
| bool v8::Value::IsUndefined | ( | ) | const |
Returns true if this value is the undefined value. See ECMA-262 4.3.10.
| bool v8::Value::IsWeakMap | ( | ) | const |
Returns true if this value is a WeakMap.
| bool v8::Value::IsWeakSet | ( | ) | const |
Returns true if this value is a WeakSet.
| V8_WARN_UNUSED_RESULT MaybeLocal<Uint32> v8::Value::ToArrayIndex | ( | Local< Context > | context | ) | const |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Boolean > ToBoolean(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Number > ToNumber(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< String > ToString(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< String > ToDetailString(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Object > ToObject(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Integer > ToInteger(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Uint32 > ToUint32(Isolate *isolate) | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Int32 > ToInt32(Isolate *isolate) | const | ||
| ) |
|
inline |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| Local< Uint32 > ToArrayIndex() | const | ||
| ) |
Attempts to convert a string to an array index. Returns an empty handle if the conversion fails.
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| bool BooleanValue() | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| double NumberValue() | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| int64_t IntegerValue() | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| uint32_t Uint32Value() | const | ||
| ) |
| v8::Value::V8_DEPRECATE_SOON | ( | "Use maybe version" | , |
| int32_t Int32Value() | const | ||
| ) |
JS ==
1.8.8