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

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/