MCPcopy Create free account
hub / github.com/node-inspector/node-inspector / HOP

Function HOP

front-end/UglifyJS/parse-js.js:1228–1230  ·  view source on GitHub ↗
(obj, prop)

Source from the content-addressed store, hash-verified

1226};
1227
1228function HOP(obj, prop) {
1229 return Object.prototype.hasOwnProperty.call(obj, prop);
1230};
1231
1232/* -----[ Exports ]----- */
1233

Callers 10

tokenFunction · 0.85
skip_whitespaceFunction · 0.85
read_regexpFunction · 0.85
growFunction · 0.85
read_wordFunction · 0.85
next_tokenFunction · 0.85
labeled_statementFunction · 0.85
expr_atomFunction · 0.85
subscriptsFunction · 0.85
maybe_assignFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected