v8.h | v8.h | |||
---|---|---|---|---|
skipping to change at line 726 | skipping to change at line 726 | |||
P* parameter, | P* parameter, | |||
typename WeakReferenceCallbacks<S, P>::Revivable callback)); | typename WeakReferenceCallbacks<S, P>::Revivable callback)); | |||
template<typename P> | template<typename P> | |||
V8_DEPRECATED( | V8_DEPRECATED( | |||
"Use SetWeak instead", | "Use SetWeak instead", | |||
V8_INLINE void MakeWeak( | V8_INLINE void MakeWeak( | |||
P* parameter, | P* parameter, | |||
typename WeakReferenceCallbacks<T, P>::Revivable callback)); | typename WeakReferenceCallbacks<T, P>::Revivable callback)); | |||
V8_DEPRECATED("This will be removed", | // This will be removed. | |||
V8_INLINE T* ClearAndLeak()); | V8_INLINE T* ClearAndLeak(); | |||
V8_DEPRECATED("This will be removed", | V8_DEPRECATED("This will be removed", | |||
V8_INLINE void Clear()) { this->val_ = 0; } | V8_INLINE void Clear()) { this->val_ = 0; } | |||
// TODO(dcarney): remove | // TODO(dcarney): remove | |||
#ifndef V8_ALLOW_ACCESS_TO_RAW_HANDLE_CONSTRUCTOR | #ifndef V8_ALLOW_ACCESS_TO_RAW_HANDLE_CONSTRUCTOR | |||
private: | private: | |||
#endif | #endif | |||
template <class S> V8_INLINE Persistent(S* that) : PersistentBase<T>(that ) { } | template <class S> V8_INLINE Persistent(S* that) : PersistentBase<T>(that ) { } | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||