v8.h | v8.h | |||
---|---|---|---|---|
skipping to change at line 756 | skipping to change at line 756 | |||
* Returns true if this value is external. | * Returns true if this value is external. | |||
*/ | */ | |||
bool IsExternal() const; | bool IsExternal() const; | |||
/** | /** | |||
* Returns true if this value is a 32-bit signed integer. | * Returns true if this value is a 32-bit signed integer. | |||
*/ | */ | |||
bool IsInt32() const; | bool IsInt32() const; | |||
/** | /** | |||
* Returns true if this value is a 32-bit signed integer. | * Returns true if this value is a 32-bit unsigned integer. | |||
*/ | */ | |||
bool IsUint32() const; | bool IsUint32() const; | |||
/** | /** | |||
* Returns true if this value is a Date. | * Returns true if this value is a Date. | |||
*/ | */ | |||
bool IsDate() const; | bool IsDate() const; | |||
Local<Boolean> ToBoolean() const; | Local<Boolean> ToBoolean() const; | |||
Local<Number> ToNumber() const; | Local<Number> ToNumber() const; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||