Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
guardComponents
Function · 0.70
guardProps
Function · 0.70
observe
Function · 0.70
vue.js
File · 0.70
assertType
Function · 0.70
stateMixin
Function · 0.70
miscMixin
Function · 0.70
contains
Function · 0.70
installGlobalAPI
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected