Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/requirejs/requirejs
/ hasProp
Function
hasProp
require.js:81–83 ·
view source on GitHub ↗
(obj, prop)
Source
from the content-addressed store, hash-verified
79
}
80
81
function
hasProp(obj, prop) {
82
return
hasOwn.call(obj, prop);
83
}
84
85
function
getOwn(obj, prop) {
86
return
hasProp(obj, prop) && obj[prop];
Callers
7
getOwn
Function · 0.85
eachProp
Function · 0.85
mixin
Function · 0.85
on
Function · 0.85
newContext
Function · 0.85
callGetModule
Function · 0.85
localRequire
Function · 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…