Home
last modified time | relevance | path

Searched refs:map_of_this (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc2921 Map* map_of_this = map(); in JSObjectShortPrint() local
2923 Object* constructor = map_of_this->GetConstructor(); in JSObjectShortPrint()
2941 map_of_this->is_deprecated() ? "deprecated-" : "", in JSObjectShortPrint()
2942 map_of_this); in JSObjectShortPrint()
8121 Map* map_of_this = map(); in ReferencesObject() local
8126 if (map_of_this->GetConstructor() == obj) { in ReferencesObject()
8131 if (map_of_this->prototype() == obj) { in ReferencesObject()