MCPcopy
hub / github.com/mishoo/UglifyJS-old / HOP

Function HOP

lib/process.js:2062–2064  ·  view source on GitHub ↗
(obj, prop)

Source from the content-addressed store, hash-verified

2060};
2061
2062function HOP(obj, prop) {
2063 return Object.prototype.hasOwnProperty.call(obj, prop);
2064};
2065
2066// some utilities
2067

Callers 11

with_walkersFunction · 0.70
process.jsFile · 0.70
fixrefsFunction · 0.70
get_mangledFunction · 0.70
get_defineFunction · 0.70
with_scopeFunction · 0.70
do_bodyFunction · 0.70
needs_parensFunction · 0.70
gen_codeFunction · 0.70
defaultsFunction · 0.70
is_identifierFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected