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

Unified Diff: src/factory.h

Issue 2483103002: Remove NewJSObjectWithMemento (Closed)
Patch Set: Created 4 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 | « no previous file | 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 7711c32ae566640824c95db7f9237bf3412a18c8..023ec5f0421d7e33e270dbbb9ff7599b299d74a1 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -438,9 +438,6 @@ class V8_EXPORT_PRIVATE Factory final {
// runtime.
Handle<JSObject> NewJSObject(Handle<JSFunction> constructor,
PretenureFlag pretenure = NOT_TENURED);
- // JSObject that should have a memento pointing to the allocation site.
- Handle<JSObject> NewJSObjectWithMemento(Handle<JSFunction> constructor,
- Handle<AllocationSite> site);
// JSObject without a prototype.
Handle<JSObject> NewJSObjectWithNullProto();
« no previous file with comments | « no previous file | src/factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698