Searched refs:GetIntrinsic (Results 1 – 8 of 8) sorted by relevance
| /plugin/asciidocjs/node_modules/get-intrinsic/test/ |
| D | GetIntrinsic.js | 3 var GetIntrinsic = require('../'); variable 21 t.equal(typeof GetIntrinsic, 'function', 'it is a function'); 22 t.equal(GetIntrinsic.length, 2, 'function has length of 2'); 29 function () { GetIntrinsic('not an intrinsic'); }, 35 function () { GetIntrinsic(''); }, 41 function () { GetIntrinsic('.'); }, 47 function () { GetIntrinsic('%String'); }, 53 function () { GetIntrinsic('String%'); }, 59 function () { GetIntrinsic("String['prototype]"); }, 65 function () { GetIntrinsic('%Proxy.prototype.undefined%'); }, [all …]
|
| /plugin/asciidocjs/node_modules/call-bind/ |
| D | index.js | 4 var GetIntrinsic = require('get-intrinsic'); variable 6 var $apply = GetIntrinsic('%Function.prototype.apply%'); 7 var $call = GetIntrinsic('%Function.prototype.call%'); 8 var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply); 10 var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true); 11 var $defineProperty = GetIntrinsic('%Object.defineProperty%', true); 12 var $max = GetIntrinsic('%Math.max%');
|
| D | callBound.js | 3 var GetIntrinsic = require('get-intrinsic'); variable 7 var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf')); 10 var intrinsic = GetIntrinsic(name, !!allowMissing);
|
| D | .eslintrc | 11 "GetIntrinsic",
|
| /plugin/asciidocjs/node_modules/get-intrinsic/ |
| D | README.md | 19 var GetIntrinsic = require('get-intrinsic'); 23 assert.equal(GetIntrinsic('%Math.pow%'), Math.pow); 25 assert.equal(GetIntrinsic('%Math.pow%')(2, 3), 8); 27 assert.equal(GetIntrinsic('%Math.pow%')(2, 3), 8); 31 assert.equal(GetIntrinsic('%Array.prototype.push%'), Array.prototype.push); 37 GetIntrinsic('%Array.prototype.push%').call(arr, 3); 41 GetIntrinsic('%Array.prototype.push%').call(arr, 4); 46 assert.throws(() => GetIntrinsic('%JSON.parse%')); 47 assert.equal(undefined, GetIntrinsic('%JSON.parse%', true));
|
| D | index.js | 270 module.exports = function GetIntrinsic(name, allowMissing) { class
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 26229 var GetIntrinsic = __webpack_require__(210); 26233 var $indexOf = callBind(GetIntrinsic('String.prototype.indexOf')); 26236 var intrinsic = GetIntrinsic(name, !!allowMissing); 26253 var GetIntrinsic = __webpack_require__(210); 26255 var $apply = GetIntrinsic('%Function.prototype.apply%'); 26256 var $call = GetIntrinsic('%Function.prototype.call%'); 26257 var $reflectApply = GetIntrinsic('%Reflect.apply%', true) || bind.call($call, $apply); 26259 var $gOPD = GetIntrinsic('%Object.getOwnPropertyDescriptor%', true); 26260 var $defineProperty = GetIntrinsic('%Object.defineProperty%', true); 26261 var $max = GetIntrinsic('%Math.max%'); [all …]
|
| D | pdfmake.min.js | 2 …g}}throw new p("intrinsic "+r+" does not exist!")};r.exports=function GetIntrinsic(r,i){if("string…
|