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

Unified Diff: src/factory.h

Issue 7391001: Implement sealing, freezing, and related functions for proxies. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Oops, forgot to rebase branch. Created 9 years, 5 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/factory.cc » ('j') | src/heap.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 19f09a15ce3ddae09ed05b06cf49a98b39f2f377..f232fb92e25813b05628cec781a9892204e7a813 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -253,6 +253,8 @@ class Factory {
Handle<JSProxy> NewJSProxy(Handle<Object> handler, Handle<Object> prototype);
+ void BecomeJSObject(Handle<JSReceiver> object);
Mads Ager (chromium) 2011/07/17 10:43:47 A comment explaining what this operation does woul
rossberg 2011/07/18 10:53:53 Done.
+
Handle<JSFunction> NewFunction(Handle<String> name,
Handle<Object> prototype);
« no previous file with comments | « no previous file | src/factory.cc » ('j') | src/heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698