Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring-inl.h43 StringShape::StringShape(Map* map) : type_(map->instance_type()) { in StringShape() function
48 StringShape::StringShape(InstanceType t) : type_(static_cast<uint32_t>(t)) { in StringShape() function