Searched refs:isObject (Results 1 – 2 of 2) sorted by relevance
100 function isObject(item: any): boolean { function110 if (isObject(target) && isObject(source)) {116 if (isObject(target[key]) && isObject(source[key])) {121 if (!isObject(target[key]) && !isObject(source[key])) {133 if (isObject(target) && isObject(source)) {135 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()106 return JsonObjectRef(Get(key, json_empty_object, &Json::Value::isObject), in GetObject()