Searched refs:isObject (Results 1 – 3 of 3) sorted by relevance
81 function isObject(item: any): boolean { function92 if (isObject(target) && isObject(source)) {98 if (isObject(target[key]) && isObject(source[key])) {103 if (!isObject(target[key]) && !isObject(source[key])) {117 if (isObject(target) && isObject(source)) {119 if (isObject(source[key])) {
54 : object_(json_value.isObject() ? json_value : json_empty_object), ok_(ok) { in JsonObjectRef()55 if (!json_value.isObject()) { in JsonObjectRef()102 return JsonObjectRef(Get(key, json_empty_object, &Json::Value::isObject), in GetObject()
1576 if (!$util.isObject(message.xorMap))