Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
string.prototype.padend
/
Filename :
index.js
back
Copy
'use strict'; var define = require('define-properties'); var RequireObjectCoercible = require('es-abstract/2020/RequireObjectCoercible'); var callBind = require('call-bind'); var implementation = require('./implementation'); var getPolyfill = require('./polyfill'); var shim = require('./shim'); var bound = callBind.apply(getPolyfill()); var boundPadEnd = function padEnd(str, maxLength) { RequireObjectCoercible(str); var args = [maxLength]; if (arguments.length > 2) { args.push(arguments[2]); } return bound(str, args); }; define(boundPadEnd, { getPolyfill: getPolyfill, implementation: implementation, shim: shim }); module.exports = boundPadEnd;