MCPcopy
hub / github.com/fanmingming/live / isPlainObject

Function isPlainObject

m3u8/vue.js:68–70  ·  view source on GitHub ↗

* Strict object type check. Only returns true * for plain JavaScript objects.

(obj)

Source from the content-addressed store, hash-verified

66 * for plain JavaScript objects.
67 */
68 function isPlainObject (obj) {
69 return _toString.call(obj) === '[object Object]'
70 }
71
72 function isRegExp (v) {
73 return _toString.call(v) === '[object RegExp]'

Callers 12

toStringFunction · 0.85
observeFunction · 0.85
mergeDataFunction · 0.85
normalizePropsFunction · 0.85
normalizeInjectFunction · 0.85
assertObjectTypeFunction · 0.85
assertTypeFunction · 0.85
bindObjectListenersFunction · 0.85
initDataFunction · 0.85
createWatcherFunction · 0.85
stateMixinFunction · 0.85
initAssetRegistersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected