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

Unified Diff: src/factory.h

Issue 2447123002: Remove last references to NeanderObject (Closed)
Patch Set: Created 4 years, 2 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/heap/heap.h » ('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 144e0db5b22b496793de6ab4b5ec6f8c712ef419..6a64e93f7d44431090614267ba7ef1d92e20bd3d 100644
--- a/src/factory.h
+++ b/src/factory.h
@@ -430,12 +430,6 @@ class V8_EXPORT_PRIVATE Factory final {
SIMD128_TYPES(SIMD128_NEW_DECL)
#undef SIMD128_NEW_DECL
- // These objects are used by the api to create env-independent data
- // structures in the heap.
- inline Handle<JSObject> NewNeanderObject() {
- return NewJSObjectFromMap(neander_map());
- }
-
Handle<JSWeakMap> NewJSWeakMap();
Handle<JSObject> NewArgumentsObject(Handle<JSFunction> callee, int length);
« no previous file with comments | « no previous file | src/heap/heap.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698