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

Unified Diff: src/factory.h

Issue 11818021: Allocation Info Tracking, continued. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase 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..35d802bf1dfc56314fc86a8cce0125246e9561e1 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -273,6 +273,10 @@ class Factory {
Handle<JSObject> NewJSObject(Handle<JSFunction> constructor,
PretenureFlag pretenure = NOT_TENURED);
+ Handle<JSObject> NewJSObjectWithAllocationSiteInfo(
+ Handle<JSFunction> constructor,
+ Handle<Object> payload);
+
// Global objects are pretenured.
Handle<GlobalObject> NewGlobalObject(Handle<JSFunction> constructor);

Powered by Google App Engine
This is Rietveld 408576698