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

Unified Diff: src/factory.h

Issue 12297012: Runtime version of declarative native accessors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 10 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
Index: src/factory.h
diff --git a/src/factory.h b/src/factory.h
index 6989396ca557417f7ef2f270062c6b0cc216d9c1..cb9ffcf7ea6c354ece395002ab6a0f8b7b8e8399 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -202,6 +202,8 @@ class Factory {
// the old generation).
Handle<Struct> NewStruct(InstanceType type);
+ Handle<DeclaredAccessorDescriptor> NewDeclaredAccessorDescriptor();
+
Handle<DeclaredAccessorInfo> NewDeclaredAccessorInfo();
Handle<ExecutableAccessorInfo> NewExecutableAccessorInfo();

Powered by Google App Engine
This is Rietveld 408576698