Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: include/v8.h

Issue 1942233002: [API] remove (deprecated) hidden properties. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 83b777d30948104bec43ba3c9926cd68ff637690..bfdf039ae597830f3f9f5f8bbd243e830308b494 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -2965,13 +2965,6 @@ class V8_EXPORT Object : public Value {
*/
int GetIdentityHash();
- V8_DEPRECATED("Use v8::Object::SetPrivate instead.",
- bool SetHiddenValue(Local<String> key, Local<Value> value));
- V8_DEPRECATED("Use v8::Object::GetPrivate instead.",
- Local<Value> GetHiddenValue(Local<String> key));
- V8_DEPRECATED("Use v8::Object::DeletePrivate instead.",
- bool DeleteHiddenValue(Local<String> key));
-
/**
* Clone this object with a fast but shallow copy. Values will point
* to the same values as the original object.
« no previous file with comments | « no previous file | src/api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698