Home
last modified time | relevance | path

Searched defs:StringShape (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects-inl.h766 StringShape::StringShape(const String* str) in StringShape() function
772 StringShape::StringShape(Map* map) : type_(map->instance_type()) { in StringShape() function
777 StringShape::StringShape(InstanceType t) : type_(static_cast<uint32_t>(t)) { in StringShape() function