Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/requirejs/requirejs
/ getOwn
Function
getOwn
require.js:85–87 ·
view source on GitHub ↗
(obj, prop)
Source
from the content-addressed store, hash-verified
83
}
84
85
function
getOwn(obj, prop) {
86
return
hasProp(obj, prop) && obj[prop];
87
}
88
89
/**
90
* Cycles over properties in an object and calls a
function
for
each
Callers
9
normalize
Function · 0.85
hasPathFallback
Function · 0.85
makeModuleMap
Function · 0.85
getModule
Function · 0.85
on
Function · 0.85
onError
Function · 0.85
newContext
Function · 0.85
breakCycle
Function · 0.85
require.js
File · 0.85
Calls
1
hasProp
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…