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

Unified Diff: src/factory.h

Issue 768633002: Add infrastructure to keep track of references to prototypes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 6 years, 1 month 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') | src/objects.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 24a66478a3b35730a0bed35d6b867391a9b48040..c1749e878759e4cf387524c3e108a2b5837c9c82 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -45,6 +45,8 @@ class Factory FINAL {
int size,
PretenureFlag pretenure = NOT_TENURED);
+ Handle<WeakFixedArray> NewWeakFixedArray(int size);
+
Handle<ConstantPoolArray> NewConstantPoolArray(
const ConstantPoolArray::NumberOfEntries& small);
« no previous file with comments | « src/bootstrapper.cc ('k') | src/factory.cc » ('j') | src/objects.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698