Searched defs:IsObject (Results 1 – 5 of 5) sorted by relevance
67 constexpr inline bool IsObject() const { return !IsWeakOrCleared(); } in IsObject() function
96 bool IsObject() const { return object_ && tag == OBJECT; } in IsObject() function
358 bool CFXJSE_Value::IsObject() const { in IsObject() function in CFXJSE_Value
370 bool IsObject() const { return object_ != nullptr; } in IsObject() function in v8::internal::compiler::JSObjectField
3456 bool Value::IsObject() const { return Utils::OpenHandle(this)->IsJSReceiver(); } in IsObject() function in v8::Value