Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc1237 Map* map_of_this = map(); in JSObjectShortPrint() local
1239 Object* constructor = map_of_this->constructor(); in JSObjectShortPrint()
1261 map_of_this->is_deprecated() ? "deprecated " : "", in JSObjectShortPrint()
1262 map_of_this); in JSObjectShortPrint()
5037 Map* map_of_this = map(); in ReferencesObject() local
5042 if (map_of_this->constructor() == obj) { in ReferencesObject()
5047 if (map_of_this->prototype() == obj) { in ReferencesObject()