Searched defs:IsObject (Results 1 – 5 of 5) 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
3620 bool Value::IsObject() const { return Utils::OpenHandle(this)->IsJSReceiver(); } in IsObject() function in v8::Value