MCPcopy
hub / github.com/ternjs/tern / extend

Function extend

lib/infer.js:52–56  ·  view source on GitHub ↗
(proto, props)

Source from the content-addressed store, hash-verified

50 });
51
52 function extend(proto, props) {
53 var obj = Object.create(proto);
54 if (props) for (var prop in props) obj[prop] = props[prop];
55 return obj;
56 }
57
58 // ABSTRACT VALUES
59

Callers 1

infer.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…