Home
last modified time | relevance | path

Searched refs:isPlainObject (Results 1 – 8 of 8) sorted by relevance

/third_party/jsframework/test/ut/
Dutils.ts45 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 …]
/third_party/jsframework/runtime/main/reactivity/
Dstate.js9 isPlainObject,
28 if (!isPlainObject(data)) {
Dobserver.js9 isPlainObject,
114 (Array.isArray(value) || isPlainObject(value)) &&
/third_party/jsframework/runtime/utils/
Dindex.ts33 isPlainObject,
/third_party/jsframework/runtime/main/util/
Dshared.js78 export function isPlainObject(any) { function
/third_party/libevdev/doc/html/
Djquery.js2isPlainObject(r)||(i=Array.isArray(r)))?(n=a[t],o=i&&!Array.isArray(n)?[]:i||k.isPlainObject(n)?n:… method
8 … o[a])n=o[a][i],o[a].hasOwnProperty(i)&&void 0!==n&&(e[i]=t.isPlainObject(n)?t.isPlainObject(e[i])…
/third_party/skia/third_party/externals/oboe/docs/reference/
Djquery.js16isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElem…
/third_party/node/tools/lint-md/
Dlint-md.mjs46 var isPlainObject$1 = function isPlainObject(obj) { function
102 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') {