v8  3.28.71 (node 0.12.18)
V8 is Google's open source JavaScript engine
Int32 Class Reference

#include <v8.h>

Inheritance diagram for Int32:
Collaboration diagram for Int32:

Public Member Functions

int32_t Value () const
 
- Public Member Functions inherited from Integer
int64_t Value () const
 
- Public Member Functions inherited from Number
double Value () const
 
- Public Member Functions inherited from Value
V8_INLINE bool IsUndefined () const
 
V8_INLINE bool IsNull () const
 
bool IsTrue () const
 
bool IsFalse () 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 IsBooleanObject () const
 
bool IsNumberObject () const
 
bool IsStringObject () const
 
bool IsSymbolObject () const
 
bool IsNativeError () const
 
bool IsRegExp () const
 
bool IsPromise () 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 IsDataView () const
 
Local< BooleanToBoolean () const
 
Local< NumberToNumber () const
 
Local< StringToString () const
 
Local< StringToDetailString () const
 
Local< ObjectToObject () const
 
Local< IntegerToInteger () const
 
Local< Uint32ToUint32 () const
 
Local< Int32ToInt32 () const
 
Local< Uint32ToArrayIndex () const
 
bool BooleanValue () const
 
double NumberValue () const
 
int64_t IntegerValue () const
 
uint32_t Uint32Value () const
 
int32_t Int32Value () const
 
bool Equals (Handle< Value > that) const
 
bool StrictEquals (Handle< Value > that) const
 
bool SameValue (Handle< Value > that) const
 
template<class T >
ValueCast (T *value)
 

Additional Inherited Members

- Static Public Member Functions inherited from Integer
static Local< IntegerNew (Isolate *isolate, int32_t value)
 
static Local< IntegerNewFromUnsigned (Isolate *isolate, uint32_t value)
 
static V8_INLINE IntegerCast (v8::Value *obj)
 
- Static Public Member Functions inherited from Number
static Local< NumberNew (Isolate *isolate, double value)
 
static V8_INLINE NumberCast (v8::Value *obj)
 
- Static Public Member Functions inherited from Value
template<class T >
static V8_INLINE ValueCast (T *value)
 

Detailed Description

A JavaScript value representing a 32-bit signed integer.

Definition at line 2025 of file v8.h.

Member Function Documentation

◆ Value()

int32_t Value ( ) const

The documentation for this class was generated from the following file: