MCPcopy Index your code
hub / github.com/keepfool/vue-tutorials / isPlainObject

Function isPlainObject

01.GettingStarted/js/vue.js:282–284  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

280 var OBJECT_STRING = '[object Object]';
281
282 function isPlainObject(obj) {
283 return toString.call(obj) === OBJECT_STRING;
284 }
285
286 /**
287 * Array type check.

Callers 9

guardComponentsFunction · 0.70
guardPropsFunction · 0.70
observeFunction · 0.70
vue.jsFile · 0.70
assertTypeFunction · 0.70
stateMixinFunction · 0.70
miscMixinFunction · 0.70
containsFunction · 0.70
installGlobalAPIFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected