Home
last modified time | relevance | path

Searched refs:structuredClone (Results 1 - 6 of 6) sorted by relevance

/third_party/node/test/fixtures/wpt/WebCryptoAPI/sign_verify/
H A Decdsa_vectors.js91 const vector = structuredClone(validVector);
100 const vector = structuredClone(validVector);
108 const vector = structuredClone(validVector);
123 const vector = structuredClone(validVector);
131 const vector = structuredClone(validVector);
/third_party/node/lib/internal/
H A Dstructured_clone.js13 function structuredClone(value, options = undefined) { function
28 structuredClone,
/third_party/node/lib/internal/perf/
H A Dusertiming.js29 const { structuredClone } = require('internal/structured_clone');
77 structuredClone(detail) :
162 detail = detail != null ? structuredClone(detail) : null;
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests.js18 const copy = await runner.structuredClone(newInput);
545 const copy = await runner.structuredClone(bm);
556 const copy = await runner.structuredClone(bm);
567 const copy = await runner.structuredClone(bm);
578 const copy = await runner.structuredClone(bm);
589 const copy = await runner.structuredClone(bm);
600 const copy = await runner.structuredClone(bm);
/third_party/node/test/common/
H A Dindex.js316 // until v16.x is EOL. Once all supported versions have structuredClone we
318 if (global.structuredClone) {
319 knownGlobals.push(global.structuredClone);
/third_party/node/deps/undici/
H A Dundici.js1059 var structuredClone = globalThis.structuredClone ?? // https://github.com/nodejs/node/blob/b27ae24dcc4251bad726d9d84baf678d1f707fed/lib/internal/structured_clone.js
1060 // structuredClone was added in v17.0.0, but fetch supports v16.8
1072 }, "structuredClone");
1075 structuredClone,
5236 var { DOMException, structuredClone } = require_constants2();
5395 const out2Clone = structuredClone(out2, { transfer: [out2] });

Completed in 15 milliseconds