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

Unified Diff: src/objects.h

Issue 2636493003: Revert of [compiler] Support Object.create(null) inlining in TF (Closed)
Patch Set: Created 3 years, 11 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 | « src/lookup.cc ('k') | src/objects.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/objects.h
diff --git a/src/objects.h b/src/objects.h
index b477cdd46a229b81ddc415a4b5d957cb26aa663c..b2c19822f630a9c5b7619dcb16255f3b0d58f6f6 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -6304,8 +6304,6 @@
Code* LookupInCodeCache(Name* name, Code::Flags code);
- static Handle<Map> GetObjectCreateMap(Handle<HeapObject> prototype);
-
// Computes a hash value for this map, to be used in HashTables and such.
int Hash();
@@ -6329,8 +6327,6 @@
inline bool IsJSGlobalObjectMap();
inline bool IsJSTypedArrayMap();
inline bool IsJSDataViewMap();
-
- inline bool IsSpecialReceiverMap();
inline bool CanOmitMapChecks();
@@ -7117,8 +7113,7 @@
V(Number, isSafeInteger, NumberIsSafeInteger) \
V(Number, parseFloat, NumberParseFloat) \
V(Number, parseInt, NumberParseInt) \
- V(Number.prototype, toString, NumberToString) \
- V(Object, create, ObjectCreate)
+ V(Number.prototype, toString, NumberToString)
#define ATOMIC_FUNCTIONS_WITH_ID_LIST(V) \
V(Atomics, load, AtomicsLoad) \
« no previous file with comments | « src/lookup.cc ('k') | src/objects.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698