Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dstring-inl.h122 StringShape::StringShape(const String str, PtrComprCageBase cage_base) in StringShape() function
128 StringShape::StringShape(Map map) : type_(map.instance_type()) { in StringShape() function
133 StringShape::StringShape(InstanceType t) : type_(static_cast<uint32_t>(t)) { in StringShape() function