uawdijnntqw1x1x1
IP : 216.73.216.86
Hostname : 6.87.74.97.host.secureserver.net
Kernel : Linux 6.87.74.97.host.secureserver.net 4.18.0-553.83.1.el8_10.x86_64 #1 SMP Mon Nov 10 04:22:44 EST 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
emeraadmin
/
www
/
test
/
..
/
node_modules
/
path-root
/
..
/
..
/
4d695
/
es.function.has-instance.js.tar
/
/
home/emeraadmin/public_html/node_modules/core-js-pure/modules/es.function.has-instance.js000064400000001611151701420400025676 0ustar00'use strict'; var isCallable = require('../internals/is-callable'); var isObject = require('../internals/is-object'); var definePropertyModule = require('../internals/object-define-property'); var isPrototypeOf = require('../internals/object-is-prototype-of'); var wellKnownSymbol = require('../internals/well-known-symbol'); var makeBuiltIn = require('../internals/make-built-in'); var HAS_INSTANCE = wellKnownSymbol('hasInstance'); var FunctionPrototype = Function.prototype; // `Function.prototype[@@hasInstance]` method // https://tc39.es/ecma262/#sec-function.prototype-@@hasinstance if (!(HAS_INSTANCE in FunctionPrototype)) { definePropertyModule.f(FunctionPrototype, HAS_INSTANCE, { value: makeBuiltIn(function (O) { if (!isCallable(this) || !isObject(O)) return false; var P = this.prototype; return isObject(P) ? isPrototypeOf(P, O) : O instanceof this; }, HAS_INSTANCE) }); }
/home/emeraadmin/www/test/../node_modules/path-root/../../4d695/es.function.has-instance.js.tar