Searched refs:argumentsList (Results 1 – 17 of 17) sorted by relevance
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.reflect.apply.js | 11 apply: function apply(target, thisArgument, argumentsList) { 13 var L = anObject(argumentsList);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.reflect.apply.js | 11 apply: function apply(target, thisArgument, argumentsList) { 13 var L = anObject(argumentsList);
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
| D | asciidoctor.js | 17733 const argumentsList = Array.from(arguments) 17734 for (let i = 0; i < argumentsList.length; i++) { 17736 if (typeof argumentsList[i] === 'object') { 17737 argumentsList[i] = toHash(argumentsList[i]) 17740 Opal.send(this, Opal.find_super_dispatcher(this, 'initialize', initialize), argumentsList) 17745 const argumentsList = Array.from(arguments) 17746 for (let i = 0; i < argumentsList.length; i++) { 17748 …if (typeof argumentsList[i] === 'object' && typeof argumentsList[i].constructor === 'function' && … 17749 argumentsList[i] = toHash(argumentsList[i]) 17753 …send(self, Opal.find_super_dispatcher(self, functionName, self[`$${functionName}`]), argumentsList) [all …]
|
| D | asciidoctor.cjs | 16260 const argumentsList = Array.from(arguments); 16261 for (let i = 0; i < argumentsList.length; i++) { 16263 if (typeof argumentsList[i] === 'object') { 16264 argumentsList[i] = toHash(argumentsList[i]); 16267 Opal.send(this, Opal.find_super_dispatcher(this, 'initialize', initialize), argumentsList); 16272 const argumentsList = Array.from(arguments); 16273 for (let i = 0; i < argumentsList.length; i++) { 16275 …if (typeof argumentsList[i] === 'object' && typeof argumentsList[i].constructor === 'function' && … 16276 argumentsList[i] = toHash(argumentsList[i]); 16280 …send(self, Opal.find_super_dispatcher(self, functionName, self[`$${functionName}`]), argumentsList) [all …]
|
| /plugin/asciidocjs/node_modules/core-js/ |
| D | CHANGELOG.md | 155 …eflect.construct` and `Reflect.apply` - they should not allow primitive as `argumentsList` argument 163 - `Reflect.construct` and `Reflect.apply` should throw an error if `argumentsList` argument is not …
|
| D | README.md | 1256 .apply(target, thisArgument, argumentsList) -> var 1257 .construct(target, argumentsList, newTarget?) -> object
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
| D | asciidoctor.js | 42098 const argumentsList = Array.from(arguments) 42099 for (let i = 0; i < argumentsList.length; i++) { 42101 if (typeof argumentsList[i] === 'object') { 42102 argumentsList[i] = toHash(argumentsList[i]) 42105 Opal.send(this, Opal.find_super_dispatcher(this, 'initialize', initialize), argumentsList) 42110 const argumentsList = Array.from(arguments) 42111 for (let i = 0; i < argumentsList.length; i++) { 42113 …if (typeof argumentsList[i] === 'object' && typeof argumentsList[i].constructor === 'function' && … 42114 argumentsList[i] = toHash(argumentsList[i]) 42118 …send(self, Opal.find_super_dispatcher(self, functionName, self[`$${functionName}`]), argumentsList) [all …]
|
| /plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/ |
| D | asciidoctor.js | 42350 const argumentsList = Array.from(arguments) 42351 for (let i = 0; i < argumentsList.length; i++) { 42353 if (typeof argumentsList[i] === 'object') { 42354 argumentsList[i] = toHash(argumentsList[i]) 42357 Opal.send(this, Opal.find_super_dispatcher(this, 'initialize', initialize), argumentsList) 42362 const argumentsList = Array.from(arguments) 42363 for (let i = 0; i < argumentsList.length; i++) { 42365 …if (typeof argumentsList[i] === 'object' && typeof argumentsList[i].constructor === 'function' && … 42366 argumentsList[i] = toHash(argumentsList[i]) 42370 …send(self, Opal.find_super_dispatcher(self, functionName, self[`$${functionName}`]), argumentsList) [all …]
|
| /plugin/asciidocjs/node_modules/core-js/client/ |
| D | library.js | 6108 apply: function apply(target, thisArgument, argumentsList) { 6110 var L = anObject(argumentsList);
|
| D | shim.js | 6845 apply: function apply(target, thisArgument, argumentsList) { 6847 var L = anObject(argumentsList);
|
| D | core.js | 6947 apply: function apply(target, thisArgument, argumentsList) { 6949 var L = anObject(argumentsList);
|
| D | library.min.js.map | 1 …Called","race","WEAK_SET","WeakSet","rApply","fApply","thisArgument","argumentsList","L","rConstru…
|
| D | shim.min.js.map | 1 …Called","race","WEAK_SET","WeakSet","rApply","fApply","thisArgument","argumentsList","L","rConstru…
|
| D | core.min.js.map | 1 …Called","race","WEAK_SET","WeakSet","rApply","fApply","thisArgument","argumentsList","L","rConstru…
|
| /plugin/combo/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …argumentsList","L","rConstruct","NEW_TARGET_BUG","ARGS_BUG","Target","newTarget","$args","property…
|
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.js.map | 1 …O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is…
|
| D | pdf.worker.js.map | 1 …O[index]);\n return step(0, [index, O[index]]);\n}, 'values');\n\n// argumentsList[@@iterator] is…
|