Uname: Linux webm016.cluster127.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Software: Apache
PHP version: 7.4.33 [ PHP INFO ] PHP os: Linux
Server Ip: 54.36.31.145
Your Ip: 216.73.216.182
User: homesquasz (91404) | Group: users (100)
Safe Mode: OFF
Disable Function:
_dyuweyrj4,_dyuweyrj4r,dl

name : assign-deep.js
"use strict";

module.exports = function (t, a) {
	var o1 = { a: 1, b: 2 }, o2 = { b: 3, c: 4 };

	a(t(o1, o2), o1, "Returns self");
	a.deep(o1, { a: 1, b: 3, c: 4 }, "Single: content");

	a.deep(t({}, o1, o2), { a: 1, b: 3, c: 4 }, "Multi argument");

	var obj1 = { foo: { bar: 3, marko: true } }
	  , obj2 = { foo: { elo: 12, marko: false }, miszka: [23] };

	var copyObj1 = JSON.parse(JSON.stringify(obj1)), copyObj2 = JSON.parse(JSON.stringify(obj2));
	a.deep(t({}, obj1, obj2), { foo: { bar: 3, marko: false, elo: 12 }, miszka: [23] });
	// Ensure it's side effects free
	a.deep(obj1, copyObj1);
	a.deep(obj2, copyObj2);

	obj1 = [{ foo: "bar" }];
	var assignedObj = [];
	t(assignedObj, obj1);
	a.deep(assignedObj, [{ foo: "bar" }]);
	// Ensure array items are copied and not passed
	a.not(assignedObj[0], obj1[0]);
	a(t(true), true);
};
© 2026 GrazzMean
Page non trouvée – APK Comptoir Hammami
Jannah Theme License is not validated, Go to the theme options page to validate the license, You need a single license for each domain name.

404 :(

Oups ! Cette page est introuvable.

Il semble que nous ne puissions pas trouver ce que vous cherchez. Peut-être qu'une recherche pourrait vous aider.

Bouton retour en haut de la page