Home
last modified time | relevance | path

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

/third_party/cef/libcef/renderer/
Dv8_impl.cc885 if (type_ != TYPE_OBJECT) { \
1595 type_ = TYPE_OBJECT; in InitObject()
1620 case TYPE_OBJECT: in GetV8Value()
1632 (type_ == TYPE_OBJECT && in IsValid()
1681 return (type_ == TYPE_OBJECT); in IsObject()
1686 if (type_ == TYPE_OBJECT) { in IsArray()
1696 if (type_ == TYPE_OBJECT) { in IsArrayBuffer()
1706 if (type_ == TYPE_OBJECT) { in IsFunction()
1739 case TYPE_OBJECT: { in IsSame()
Dv8_impl.h341 TYPE_OBJECT, enumerator