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

Unified Diff: src/factory.h

Issue 1033653002: Move prototype metadata from internal properties to prototype maps (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: small fixes Created 5 years, 9 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 | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | no next file with comments »
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 ba6800b04d496e437429f744addbc0c340aa5669..6e51b6f2c7583a92322e4e7e2f71dad028e8e2f3 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -58,6 +58,9 @@ class Factory FINAL {
// Create a new boxed value.
Handle<Box> NewBox(Handle<Object> value);
+ // Create a new PrototypeInfo struct.
+ Handle<PrototypeInfo> NewPrototypeInfo();
+
// Create a pre-tenured empty AccessorPair.
Handle<AccessorPair> NewAccessorPair();
« no previous file with comments | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698