v8.h   v8.h 
skipping to change at line 1459 skipping to change at line 1459
bool BooleanValue() const; bool BooleanValue() const;
double NumberValue() const; double NumberValue() const;
int64_t IntegerValue() const; int64_t IntegerValue() const;
uint32_t Uint32Value() const; uint32_t Uint32Value() const;
int32_t Int32Value() const; int32_t Int32Value() const;
/** JS == */ /** JS == */
bool Equals(Handle<Value> that) const; bool Equals(Handle<Value> that) const;
bool StrictEquals(Handle<Value> that) const; bool StrictEquals(Handle<Value> that) const;
bool SameValue(Handle<Value> that) const;
template <class T> V8_INLINE static Value* Cast(T* value); template <class T> V8_INLINE static Value* Cast(T* value);
private: private:
V8_INLINE bool QuickIsUndefined() const; V8_INLINE bool QuickIsUndefined() const;
V8_INLINE bool QuickIsNull() const; V8_INLINE bool QuickIsNull() const;
V8_INLINE bool QuickIsString() const; V8_INLINE bool QuickIsString() const;
bool FullIsUndefined() const; bool FullIsUndefined() const;
bool FullIsNull() const; bool FullIsNull() const;
bool FullIsString() const; bool FullIsString() const;
 End of changes. 1 change blocks. 
0 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/