MCPcopy Index your code
hub / github.com/prototypejs/prototype / isPlainObject

Function isPlainObject

test/unit/static/js/proclaim.js:345–347  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

343
344 // Utility for checking whether a value is plain object
345 function isPlainObject (val) {
346 return Object.prototype.toString.call(val) === '[object Object]';
347 }
348
349 // Utility for checking whether an object contains another object
350 function includes (haystack, needle) {

Callers 1

includesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…