Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdewolff/minify
/ hasOwnProp
Function
hasOwnProp
_benchmarks/sample_moment.js:41–43 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
39
}
40
41
function
hasOwnProp(a, b) {
42
return
Object.prototype.hasOwnProperty.call(a, b);
43
}
44
45
function
isObjectEmpty(obj) {
46
if
(Object.getOwnPropertyNames) {
Callers
15
isObjectEmpty
Function · 0.70
extend
Function · 0.70
deprecate
Function · 0.70
set
Function · 0.70
mergeConfigs
Function · 0.70
sample_moment.js
File · 0.70
normalizeObjectUnits
Function · 0.70
getPrioritizedUnits
Function · 0.70
getParseRegexForToken
Function · 0.70
addTimeToArrayFromToken
Function · 0.70
monthsShortRegex
Function · 0.70
monthsRegex
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…