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

Unified Diff: Source/bindings/v8/V8Binding.h

Issue 135843008: Remove V8HiddenPropertyName (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 11 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 | « Source/bindings/v8/V8AbstractEventListener.cpp ('k') | Source/bindings/v8/V8Binding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/v8/V8Binding.h
diff --git a/Source/bindings/v8/V8Binding.h b/Source/bindings/v8/V8Binding.h
index 47d2c439368b96ecfeffefb22219136cea0afc3f..17b78f291dd85e46f2c2c48321d6faa3cd6d4c2e 100644
--- a/Source/bindings/v8/V8Binding.h
+++ b/Source/bindings/v8/V8Binding.h
@@ -685,6 +685,9 @@ namespace WebCore {
return v8::Function::New(isolate, function, environment);
}
+ v8::Local<v8::Value> getHiddenValue(v8::Handle<v8::Object>, v8::Handle<v8::String>);
+ bool setHiddenValue(v8::Handle<v8::Object>, v8::Handle<v8::String>, v8::Handle<v8::Value>);
+ bool deleteHiddenValue(v8::Handle<v8::Object>, v8::Handle<v8::String>);
haraken 2014/01/24 09:11:33 As Dan suggested offline, I created these helper m
v8::Local<v8::Value> getHiddenValueFromMainWorldWrapper(v8::Isolate*, ScriptWrappable*, v8::Handle<v8::String> key);
v8::Isolate* mainThreadIsolate();
« no previous file with comments | « Source/bindings/v8/V8AbstractEventListener.cpp ('k') | Source/bindings/v8/V8Binding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698