v8.h   v8.h 
skipping to change at line 1589 skipping to change at line 1589
/** Sets the value in an internal field. */ /** Sets the value in an internal field. */
V8EXPORT void SetInternalField(int index, Handle<Value> value); V8EXPORT void SetInternalField(int index, Handle<Value> value);
/** /**
* Gets a native pointer from an internal field. Deprecated. If the point er is * Gets a native pointer from an internal field. Deprecated. If the point er is
* always 2-byte-aligned, use GetAlignedPointerFromInternalField instead, * always 2-byte-aligned, use GetAlignedPointerFromInternalField instead,
* otherwise use a combination of GetInternalField, External::Cast and * otherwise use a combination of GetInternalField, External::Cast and
* External::Value. * External::Value.
*/ */
V8_DEPRECATED(void* GetPointerFromInternalField(int index)); V8EXPORT V8_DEPRECATED(void* GetPointerFromInternalField(int index));
/** /**
* Sets a native pointer in an internal field. Deprecated. If the pointer is * Sets a native pointer in an internal field. Deprecated. If the pointer is
* always 2-byte aligned, use SetAlignedPointerInInternalField instead, * always 2-byte aligned, use SetAlignedPointerInInternalField instead,
* otherwise use a combination of External::New and SetInternalField. * otherwise use a combination of External::New and SetInternalField.
*/ */
inline V8_DEPRECATED(void SetPointerInInternalField(int index, void* valu e)); inline V8_DEPRECATED(void SetPointerInInternalField(int index, void* valu e));
/** /**
* Gets a 2-byte-aligned native pointer from an internal field. This fiel d * Gets a 2-byte-aligned native pointer from an internal field. This fiel d
 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/