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 : is-plain-function.js
"use strict";

var setPrototypeOf = require("../../object/set-prototype-of");

module.exports = function (t, a) {
	a(t(function () {}), true, "Function");
	a(t({}), false, "Object");
	a(t(), false, "Undefined");
	a(t(null), false, "Null");
	if (setPrototypeOf) {
		a(
			t(Object.setPrototypeOf(function () {}, Object.prototype)), false,
			"Function with non-function prototype"
		);
	}
	var arrowfn;
	try { arrowfn = eval("(() => {})"); }
	catch (e) {}
	if (arrowfn) {
		a(t(arrowfn), true, "Arrow function");
	}

	var classFn;
	try { classFn = eval("(class {})"); }
	catch (e) {}
	if (classFn) {
		a(t(classFn), false, "Class");
	}

	var commentedClassFn;
	try {
		// Follows issue reported to ljhard/is-callable project:
		// https://github.com/ljharb/is-callable/issues/4
		commentedClassFn = eval("(class/*kkk*/\n//blah\n Bar\n//blah\n {})");
	} catch (e) {}
	if (commentedClassFn) {
		a(t(commentedClassFn, false, "Class"), false, "Class with comments");
	}
};
© 2026 GrazzMean