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

Unified Diff: src/factory.h

Issue 247263003: Hide heap methods where possible. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 8 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 | « no previous file | src/factory.cc » ('j') | src/heap.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 f29aac4aa8fee8dd43d48712bf562040e44f0f6a..f0a4d1e5add1e5a0cf2a537becdafc4883e15dda 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -669,6 +669,8 @@ class Factory V8_FINAL {
MaybeHandle<Object> maybe_prototype,
PretenureFlag pretenure = TENURED);
+ inline Handle<Code> NewCodeHelper(int object_size, bool immovable);
Michael Starzinger 2014/04/29 13:15:09 nit: Can we call this "NewCodeRaw", add a comment
Yang 2014/04/29 13:55:13 Done.
+
// Create a new map cache.
Handle<MapCache> NewMapCache(int at_least_space_for);
« no previous file with comments | « no previous file | src/factory.cc » ('j') | src/heap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698