Home
last modified time | relevance | path

Searched refs:funcType (Results 1 – 2 of 2) sorted by relevance

/plugin/asciidocjs/node_modules/function-bind/
Dimplementation.js8 var funcType = '[object Function]'; variable
12 if (typeof target !== 'function' || toStr.call(target) !== funcType) {
/plugin/datatables/assets/pdfmake/
Dpdfmake.js36469 var funcType = '[object Function]';
36473 if (typeof target !== 'function' || toStr.call(target) !== funcType) {