Searched defs:IsObject (Results 1 – 7 of 7) sorted by relevance
2 export function IsObject(value: any) : value is {[index:string]:any} { function
15 function IsObject(value) { class
66 constexpr inline bool IsObject() const { return !IsWeakOrCleared(); } in IsObject() function
96 bool IsObject() const { return object_ && tag == OBJECT; } in IsObject() function
319 NO_SANITIZE("cfi-icall") bool CefV8ValueCToCpp::IsObject() { in IsObject() function in CefV8ValueCToCpp
1679 bool CefV8ValueImpl::IsObject() { in IsObject() function in CefV8ValueImpl
3620 bool Value::IsObject() const { return Utils::OpenHandle(this)->IsJSReceiver(); } in IsObject() function in v8::Value