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

Function isObject

m3u8/vue.js:51–53  ·  view source on GitHub ↗

* Quick object check - this is primarily used to tell * Objects from primitive values when we know the value * is a JSON-compliant type.

(obj)

Source from the content-addressed store, hash-verified

49 * is a JSON-compliant type.
50 */
51 function isObject (obj) {
52 return obj !== null && typeof obj === 'object'
53 }
54
55 /**
56 * Get the raw type string of a value, e.g., [object Object].

Callers 15

looseEqualFunction · 0.85
observeFunction · 0.85
getPropDefaultValueFunction · 0.85
_traverseFunction · 0.85
renderListFunction · 0.85
renderSlotFunction · 0.85
bindObjectPropsFunction · 0.85
createComponentFunction · 0.85
registerDeepBindingsFunction · 0.85
ensureCtorFunction · 0.85
resolveAsyncComponentFunction · 0.85
vue.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected