Searched refs:callBound (Results 1 – 4 of 4) sorted by relevance
/plugin/asciidocjs/node_modules/call-bind/test/ |
D | callBound.js | 5 var callBound = require('../callBound'); variable 9 t.equal(callBound('Array.length'), Array.length, 'Array.length yields itself'); 10 t.equal(callBound('%Array.length%'), Array.length, '%Array.length% yields itself'); 13 t.equal(callBound('Array.prototype'), Array.prototype, 'Array.prototype yields itself'); 14 t.equal(callBound('%Array.prototype%'), Array.prototype, '%Array.prototype% yields itself'); 15 t.equal(callBound('Array.constructor'), Array.constructor, 'Array.constructor yields itself'); 16 t.equal(callBound('%Array.constructor%'), Array.constructor, '%Array.constructor% yields itself'); 19 t.equal(callBound('Date.parse'), Date.parse, 'Date.parse yields itself'); 20 t.equal(callBound('%Date.parse%'), Date.parse, '%Date.parse% yields itself'); 23 …t.equal(callBound('Error.prototype.message'), Error.prototype.message, 'Error.prototype.message yi… [all …]
|
/plugin/asciidocjs/node_modules/is-regex/ |
D | index.js | 3 var callBound = require('call-bind/callBound'); variable 11 has = callBound('Object.prototype.hasOwnProperty'); 12 $exec = callBound('RegExp.prototype.exec'); 28 var $toString = callBound('Object.prototype.toString');
|
/plugin/asciidocjs/node_modules/get-intrinsic/test/ |
D | GetIntrinsic.js | 13 var callBound = require('call-bind/callBound'); variable 18 var $isProto = callBound('%Object.prototype.isPrototypeOf%');
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 40165 var callBound = __webpack_require__(1924); 40167 var $toString = callBound('Object.prototype.toString'); 40475 var callBound = __webpack_require__(1924); 40483 has = callBound('Object.prototype.hasOwnProperty'); 40484 $exec = callBound('RegExp.prototype.exec'); 40500 var $toString = callBound('Object.prototype.toString'); 40543 var callBound = __webpack_require__(1924); 40545 var $toString = callBound('Object.prototype.toString'); 40552 var $indexOf = callBound('Array.prototype.indexOf', true) || function indexOf(array, value) { 40560 var $slice = callBound('String.prototype.slice'); [all …]
|