Home
last modified time | relevance | path

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

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