Searched refs:isPlainObject (Results 1 – 8 of 8) sorted by relevance
45 expect(utils.isPlainObject).to.be.an.instanceof(Function);46 expect(utils.isPlainObject({})).eql(true);47 expect(utils.isPlainObject([])).eql(false);48 expect(utils.isPlainObject('a')).eql(false);49 expect(utils.isPlainObject(0)).eql(false);50 expect(utils.isPlainObject(true)).eql(false);51 expect(utils.isPlainObject(null)).eql(false);52 expect(utils.isPlainObject(undefined)).eql(false);53 expect(utils.isPlainObject(function() {})).eql(false);54 expect(utils.isPlainObject(/\w*/)).eql(false);[all …]
9 isPlainObject,28 if (!isPlainObject(data)) {
9 isPlainObject,114 (Array.isArray(value) || isPlainObject(value)) &&
33 isPlainObject,
78 export function isPlainObject(any) { function
2 …isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||k.isPlainObject(n)?n:… method8 … o[a])n=o[a][i],o[a].hasOwnProperty(i)&&void 0!==n&&(e[i]=t.isPlainObject(n)?t.isPlainObject(e[i])…
16 …isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElem…
46 var isPlainObject$1 = function isPlainObject(obj) { function102 if (deep && copy && (isPlainObject$1(copy) || (copyIsArray = isArray(copy)))) {107 clone = src && isPlainObject$1(src) ? src : {};121 function isPlainObject(value) {572 if (isPlainObject(entry[1]) && isPlainObject(value)) {724 if (!isPlainObject(node) || typeof node.type !== 'string') {