v8
3.11.10 (node 0.8.28)
V8 is Google's open source JavaScript engine
|
#include <v8.h>
V8EXPORT bool BooleanValue | ( | ) | const |
V8EXPORT int32_t Int32Value | ( | ) | const |
V8EXPORT int64_t IntegerValue | ( | ) | const |
V8EXPORT bool IsArray | ( | ) | const |
Returns true if this value is an array.
V8EXPORT bool IsBoolean | ( | ) | const |
Returns true if this value is boolean.
V8EXPORT bool IsExternal | ( | ) | const |
Returns true if this value is external.
V8EXPORT bool IsFalse | ( | ) | const |
Returns true if this value is false.
V8EXPORT bool IsFunction | ( | ) | const |
Returns true if this value is a function.
V8EXPORT bool IsInt32 | ( | ) | const |
Returns true if this value is a 32-bit signed integer.
V8EXPORT bool IsNativeError | ( | ) | const |
Returns true if this value is a NativeError.
|
inline |
V8EXPORT bool IsNumber | ( | ) | const |
Returns true if this value is a number.
V8EXPORT bool IsObject | ( | ) | const |
Returns true if this value is an object.
|
inline |
V8EXPORT bool IsTrue | ( | ) | const |
Returns true if this value is true.
V8EXPORT bool IsUint32 | ( | ) | const |
Returns true if this value is a 32-bit unsigned integer.
|
inline |
V8EXPORT double NumberValue | ( | ) | const |
Attempts to convert a string to an array index. Returns an empty handle if the conversion fails.
V8EXPORT uint32_t Uint32Value | ( | ) | const |