Home
last modified time | relevance | path

Searched refs:_extend (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-util.js106 assert.deepStrictEqual(util._extend({ a: 1 }), { a: 1 });
107 assert.deepStrictEqual(util._extend({ a: 1 }, []), { a: 1 });
108 assert.deepStrictEqual(util._extend({ a: 1 }, null), { a: 1 });
109 assert.deepStrictEqual(util._extend({ a: 1 }, true), { a: 1 });
110 assert.deepStrictEqual(util._extend({ a: 1 }, false), { a: 1 });
111 assert.deepStrictEqual(util._extend({ a: 1 }, { b: 2 }), { a: 1, b: 2 });
112 assert.deepStrictEqual(util._extend({ a: 1, b: 2 }, { b: 3 }), { a: 1, b: 3 });
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
Dvalidity.py84 def _extend(self, lines): member in ValidityCollection
117 self._extend(other.lines)
120 self._extend(other)
/third_party/node/lib/
Dutil.js271 function _extend(target, source) { function
354 _extend, property
/third_party/node/benchmark/misc/
Dutil-extend-vs-object-assign.js14 fn = util._extend;
/third_party/node/benchmark/es/
Dspread-assign.js24 obj = util._extend({}, src);
/third_party/node/test/fixtures/
Dtls-connect.js60 const optClient = util._extend({
/third_party/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js6 const extend = require('util')._extend // eslint-disable-line
/third_party/protobuf/python/google/protobuf/internal/
Dcontainers.py757 def _extend(self, other): member in UnknownFieldSet
Dpython_message.py1357 self._unknown_field_set._extend(msg._unknown_field_set)
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py1446 self._extend(decls)
1582 def _extend(self, decls): member in Declarations
/third_party/node/doc/api/
Ddeprecations.md1278 ### DEP0060: `util._extend()`
1292 The [`util._extend()`][] API is deprecated.
3443 [`util._extend()`]: util.md#util_extendtarget-source
Dutil.md2841 ### `util._extend(target, source)`
2853 The `util._extend()` method was never intended to be used outside of internal
/third_party/node/doc/changelogs/
DCHANGELOG_V6.md3814 …node/commit/d67ece2f68)] - **util**: improve function signature of `util._extend` (Sakthipriyan Va…
4232 …ttps://github.com/nodejs/node/commit/35c70b5668)] - **benchmark**: `util._extend` vs `object.assig…
4977 * The `util._extend()` method has been deprecated
5021 …d8290286b3)] - **(SEMVER-MAJOR)** **doc**: document deprecation of util.\_extend (Benjamin Gruenba…
DCHANGELOG_V7.md720 …node/commit/61e1af2155)] - **lib**: remove unnecessary assignments with \_extend (Sakthipriyan Vai…
DCHANGELOG_IOJS.md2376 …/commit/3e67d7e46b80c90faa360d1d0e44dacc444e8e4f)] - http: replace util.\_extend() with \[].slice(…
DCHANGELOG_V8.md2496 …ttps://github.com/nodejs/node/commit/6ff397db89)] - **url**: using util.\_extend for improving pro…