Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrairieLearn/PrairieLearn
/ hasProp
Function
hasProp
public/javascripts/require.js:79–81 ·
view source on GitHub ↗
(obj, prop)
Source
from the content-addressed store, hash-verified
77
}
78
79
function
hasProp(obj, prop) {
80
return
hasOwn.call(obj, prop);
81
}
82
83
function
getOwn(obj, prop) {
84
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
1
call
Method · 0.80
Tested by
no test coverage detected