Searched defs:copy (Results 1 - 1 of 1) sorted by relevance

/yui3/src/oop/js/
H A Doop.js73 copy,
86 copy = function (value, key) {
120 copy(sProto[name], name);
124 Y.Object.each(sProto, copy, null, true);
234 * Deep object/array copy. Function clones are actually
252 * the new object. Return false to prevent the copy.
84 sequestered = {}; function

Completed in 17 milliseconds