✘✘ GRAYBYTE WORDPRESS FILE MANAGER ✘✘

​🇳​​🇦​​🇲​​🇪♯➤ server366.web-hosting.com ​🇻​♯➤ 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP 🇾​♯➤ 2025

𝗛𝗢𝗠𝗘 𝗜𝗗 ♯➤ 67.223.118.204 ♯➤ 𝗔𝗗𝗠𝗜𝗡 𝗜𝗗 216.73.216.36
𝗢𝗣𝗧𝗜𝗢𝗡𝗦 ♯ CRL ♯➤ 𝗢𝗞 ┃ WGT ♯➤ 𝗢𝗞 ┃ SDO ♯➤ 𝗢𝗙𝗙 ┃ PKEX ♯➤ 𝗢𝗙𝗙
𝗗𝗘𝗔𝗖𝗧𝗜𝗩𝗔𝗧𝗘𝗗 ♯➤ 𝗔𝗟𝗟 𝗪𝗢𝗥𝗞𝗜𝗡𝗚....

𝗛𝗢𝗠𝗘
𝗖𝗨𝗥𝗥𝗘𝗡𝗧 𝗙𝗜𝗟𝗘 : /usr/lib/node_modules/npm/node_modules/bluebird/js/release//nodeback.js
"use strict";
var util = require("./util");
var maybeWrapAsError = util.maybeWrapAsError;
var errors = require("./errors");
var OperationalError = errors.OperationalError;
var es5 = require("./es5");

function isUntypedError(obj) {
    return obj instanceof Error &&
        es5.getPrototypeOf(obj) === Error.prototype;
}

var rErrorKey = /^(?:name|message|stack|cause)$/;
function wrapAsOperationalError(obj) {
    var ret;
    if (isUntypedError(obj)) {
        ret = new OperationalError(obj);
        ret.name = obj.name;
        ret.message = obj.message;
        ret.stack = obj.stack;
        var keys = es5.keys(obj);
        for (var i = 0; i < keys.length; ++i) {
            var key = keys[i];
            if (!rErrorKey.test(key)) {
                ret[key] = obj[key];
            }
        }
        return ret;
    }
    util.markAsOriginatingFromRejection(obj);
    return obj;
}

function nodebackForPromise(promise, multiArgs) {
    return function(err, value) {
        if (promise === null) return;
        if (err) {
            var wrapped = wrapAsOperationalError(maybeWrapAsError(err));
            promise._attachExtraTrace(wrapped);
            promise._reject(wrapped);
        } else if (!multiArgs) {
            promise._fulfill(value);
        } else {
            var $_len = arguments.length;var args = new Array(Math.max($_len - 1, 0)); for(var $_i = 1; $_i < $_len; ++$_i) {args[$_i - 1] = arguments[$_i];};
            promise._fulfill(args);
        }
        promise = null;
    };
}

module.exports = nodebackForPromise;


Current_dir [ 𝗡𝗢𝗧 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ] Document_root [ 𝗪𝗥𝗜𝗧𝗘𝗔𝗕𝗟𝗘 ]


[ Back ]
𝗡𝗔𝗠𝗘
𝗦𝗜𝗭𝗘
𝗟𝗔𝗦𝗧 𝗧𝗢𝗨𝗖𝗛
𝗨𝗦𝗘𝗥
𝗦𝗧𝗔𝗧𝗨𝗦
𝗙𝗨𝗡𝗖𝗧𝗜𝗢𝗡𝗦
..
--
1 May 2025 12.38 PM
root / root
0755
any.js
0.411 KB
10 Mar 2021 2.36 PM
root / root
0644
assert.js
1.614 KB
10 Mar 2021 2.36 PM
root / root
0644
async.js
4.05 KB
10 Mar 2021 2.36 PM
root / root
0644
bind.js
1.924 KB
10 Mar 2021 2.36 PM
root / root
0644
bluebird.js
0.284 KB
10 Mar 2021 2.36 PM
root / root
0644
call_get.js
4.253 KB
10 Mar 2021 2.36 PM
root / root
0644
cancel.js
3.62 KB
10 Mar 2021 2.36 PM
root / root
0644
catch_filter.js
1.393 KB
10 Mar 2021 2.36 PM
root / root
0644
context.js
2.326 KB
10 Mar 2021 2.36 PM
root / root
0644
debuggability.js
29.63 KB
10 Mar 2021 2.36 PM
root / root
0644
direct_resolve.js
1.362 KB
10 Mar 2021 2.36 PM
root / root
0644
each.js
0.771 KB
10 Mar 2021 2.36 PM
root / root
0644
errors.js
3.63 KB
10 Mar 2021 2.36 PM
root / root
0644
es5.js
1.932 KB
10 Mar 2021 2.36 PM
root / root
0644
filter.js
0.307 KB
10 Mar 2021 2.36 PM
root / root
0644
finally.js
4.505 KB
10 Mar 2021 2.36 PM
root / root
0644
generators.js
7.579 KB
10 Mar 2021 2.36 PM
root / root
0644
join.js
8.025 KB
10 Mar 2021 2.36 PM
root / root
0644
map.js
5.251 KB
10 Mar 2021 2.36 PM
root / root
0644
method.js
1.727 KB
10 Mar 2021 2.36 PM
root / root
0644
nodeback.js
1.523 KB
10 Mar 2021 2.36 PM
root / root
0644
nodeify.js
1.608 KB
10 Mar 2021 2.36 PM
root / root
0644
promise.js
25.591 KB
10 Mar 2021 2.36 PM
root / root
0644
promise_array.js
5.084 KB
10 Mar 2021 2.36 PM
root / root
0644
promisify.js
11.896 KB
10 Mar 2021 2.36 PM
root / root
0644
props.js
3.044 KB
10 Mar 2021 2.36 PM
root / root
0644
queue.js
1.829 KB
10 Mar 2021 2.36 PM
root / root
0644
race.js
1.221 KB
10 Mar 2021 2.36 PM
root / root
0644
reduce.js
5.006 KB
10 Mar 2021 2.36 PM
root / root
0644
schedule.js
2.098 KB
10 Mar 2021 2.36 PM
root / root
0644
settle.js
1.233 KB
10 Mar 2021 2.36 PM
root / root
0644
some.js
3.866 KB
10 Mar 2021 2.36 PM
root / root
0644
synchronous_inspection.js
2.747 KB
10 Mar 2021 2.36 PM
root / root
0644
thenables.js
2.081 KB
10 Mar 2021 2.36 PM
root / root
0644
timers.js
2.339 KB
10 Mar 2021 2.36 PM
root / root
0644
using.js
7.349 KB
10 Mar 2021 2.36 PM
root / root
0644
util.js
10.279 KB
10 Mar 2021 2.36 PM
root / root
0644

✘✘ GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME ✘✘
Static GIF Static GIF