Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ hasOwn
Function
hasOwn
static/vuejs/vue.runtime.common.js:69–71 ·
view source on GitHub ↗
(obj, key)
Source
from the content-addressed store, hash-verified
67
*/
68
var
hasOwnProperty = Object.prototype.hasOwnProperty;
69
function
hasOwn (obj, key) {
70
return
hasOwnProperty.call(obj, key)
71
}
72
73
/**
74
* Check
if
value is primitive
Callers
11
observe
Function · 0.70
set
Function · 0.70
del
Function · 0.70
mergeData
Function · 0.70
mergeOptions
Function · 0.70
resolveAsset
Function · 0.70
validateProp
Function · 0.70
getPropDefaultValue
Function · 0.70
initData
Function · 0.70
initMethods
Function · 0.70
checkProp
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected