Home
last modified time | relevance | path

Searched refs:deepClone (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-assign.js33 function deepClone() { function
60 deepClone();
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js155 function deepClone (obj) {
508 deepClone,
/third_party/icu/icu4c/source/test/intltest/
H A Dutxttest.cpp574 UText *deepClone = utext_clone(NULL, shallowClone, true, false, &status); in TestAccess() local
578 TestAccessNoClone(us, deepClone, cpCount, cpMap); in TestAccess()
580 utext_close(deepClone); in TestAccess()
1474 UText *deepClone = utext_clone(NULL, utf8Text, true, false, &status); in Ticket10562() local
1476 UText *shallowClone = utext_clone(NULL, deepClone, false, false, &status); in Ticket10562()
1479 utext_close(deepClone); in Ticket10562()
/third_party/node/deps/undici/
H A Dundici.js596 function deepClone(obj) {
599 __name(deepClone, "deepClone");
884 deepClone,
10115 this[kOptions] = { ...util.deepClone(options), connect, allowH2 };
10178 this[kOptions] = { ...util.deepClone(options), connect };

Completed in 16 milliseconds