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) \ |